wok annotate xorg-xset/receipt @ rev 20769
updated ccid (1.4.8 -> 1.4.30)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 13 16:46:55 2019 +0100 (2019-02-13) |
parents | eb8067417980 |
children | 66183b1cac5d |
rev | line source |
---|---|
paul@2102 | 1 # SliTaz package receipt. |
paul@2102 | 2 |
paul@2102 | 3 PACKAGE="xorg-xset" |
slaxemulator@11132 | 4 VERSION="1.2.2" |
paul@2102 | 5 CATEGORY="x-window" |
paul@2102 | 6 SHORT_DESC="Xorg user preference utility." |
paul@2102 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
paul@2102 | 9 SOURCE="xset" |
gokhlayeh@6993 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
paul@2102 | 11 WEB_SITE="http://xorg.freedesktop.org/" |
gokhlayeh@6993 | 12 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
paul@2102 | 13 |
pascal@15579 | 14 DEPENDS="xorg-libXmu" |
pascal@15579 | 15 BUILD_DEPENDS="xorg-libXmu-dev" |
psychomaniak@18515 | 16 SUGGESTED="yad" |
pascal@15579 | 17 |
paul@2102 | 18 # Rules to configure and make the package. |
paul@2102 | 19 compile_rules() |
paul@2102 | 20 { |
paul@2102 | 21 cd $src |
slaxemulator@11132 | 22 ./configure \ |
slaxemulator@11132 | 23 $CONFIGURE_ARGS && \ |
slaxemulator@11132 | 24 make && make DESTDIR=$DESTDIR install |
paul@2102 | 25 } |
paul@2102 | 26 |
paul@2102 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@2102 | 28 genpkg_rules() |
paul@2102 | 29 { |
paul@2102 | 30 mkdir -p $fs/usr |
pascal@15579 | 31 cp -a $install/usr/bin $fs/usr |
psychomaniak@18515 | 32 cp -a $stuff/xset-screensaver.sh $fs/usr/bin |
psychomaniak@18515 | 33 chmod 755 $fs/usr/bin/xset-screensaver.sh |
paul@2102 | 34 } |