wok-next diff xbindkeys/receipt @ rev 20113
Add some bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 30 09:29:31 2017 +0100 (2017-10-30) |
parents | bcd90ecb3091 |
children | d5aab818505e |
line diff
1.1 --- a/xbindkeys/receipt Thu Nov 03 10:47:24 2011 +0100 1.2 +++ b/xbindkeys/receipt Mon Oct 30 09:29:31 2017 +0100 1.3 @@ -4,29 +4,30 @@ 1.4 VERSION="1.8.3" 1.5 CATEGORY="x-window" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 SHORT_DESC="Launch shell commands with your keyboard or your mouse under X" 1.9 -BUILD_DEPENDS=" xorg-libX11-dev" 1.10 WEB_SITE="http://hocwp.free.fr/xbindkeys" 1.11 -DEPENDS="xorg-libX11" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WGET_URL="$WEB_SITE/$TARBALL" 1.14 TAGS="keyboard" 1.15 1.16 +DEPENDS="xorg-libX11" 1.17 +BUILD_DEPENDS=" xorg-libX11-dev" 1.18 + 1.19 # Rules to configure and make the package. 1.20 1.21 compile_rules() { 1.22 - cd $src 1.23 - ./configure --prefix=/usr \ 1.24 + cd $src 1.25 + ./configure --prefix=/usr \ 1.26 --disable-tk \ 1.27 --disable-guile && 1.28 - make && 1.29 - make DESTDIR=$PWD/_pkg install 1.30 + make && 1.31 + make DESTDIR=$DESTDIR install 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg. 1.35 genpkg_rules() 1.36 { 1.37 mkdir -p $fs/usr 1.38 - cp -a $_pkg/usr/bin $fs/usr 1.39 - 1.40 + cp -a $install/usr/bin $fs/usr 1.41 }