wok-6.x diff xorg-xset/receipt @ rev 23882
Add libraryopt
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 14 08:52:59 2020 +0000 (2020-07-14) |
parents | 11bd286c39d2 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-xset/receipt Sat Oct 24 23:56:53 2015 +0200 1.2 +++ b/xorg-xset/receipt Tue Jul 14 08:52:59 2020 +0000 1.3 @@ -1,34 +1,37 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xset" 1.7 -VERSION="1.2.2" 1.8 +VERSION="1.2.4" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xorg user preference utility." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="https://www.x.org/wiki/" 1.14 + 1.15 SOURCE="xset" 1.16 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.17 -WEB_SITE="http://xorg.freedesktop.org/" 1.18 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.19 1.20 +SUGGESTED="yad" 1.21 DEPENDS="xorg-libXmu" 1.22 BUILD_DEPENDS="xorg-libXmu-dev" 1.23 -SUGGESTED="yad" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 - ./configure \ 1.30 - $CONFIGURE_ARGS && \ 1.31 - make && make DESTDIR=$DESTDIR install 1.32 + ./configure \ 1.33 + $CONFIGURE_ARGS && 1.34 + make && 1.35 + make DESTDIR=$DESTDIR install 1.36 } 1.37 1.38 # Rules to gen a SliTaz package suitable for Tazpkg. 1.39 genpkg_rules() 1.40 { 1.41 mkdir -p $fs/usr 1.42 - cp -a $install/usr/bin $fs/usr 1.43 - cp -a $stuff/xset-screensaver.sh $fs/usr/bin 1.44 + 1.45 + cp -a $install/usr/bin $fs/usr 1.46 + cp -a $stuff/xset-screensaver.sh $fs/usr/bin 1.47 + 1.48 chmod 755 $fs/usr/bin/xset-screensaver.sh 1.49 }