wok view xorg-xset/receipt @ rev 23445
updated powertop again (2.0 -> 2.11)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 02 16:17:16 2020 +0100 (2020-04-02) |
parents | 11bd286c39d2 |
children | 5d79829fa876 |
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xset"
4 VERSION="1.2.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg user preference utility."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 SOURCE="xset"
12 TARBALL="$SOURCE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
15 SUGGESTED="yad"
16 DEPENDS="xorg-libXmu"
17 BUILD_DEPENDS="xorg-libXmu-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr
33 cp -a $install/usr/bin $fs/usr
34 cp -a $stuff/xset-screensaver.sh $fs/usr/bin
36 chmod 755 $fs/usr/bin/xset-screensaver.sh
37 }