wok diff xbindkeys/receipt @ rev 12740

Up: gimp (2.8.0) Toons of improvements, split brushes (save 1,2 Mb), add support for aalib, mng and exif
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 07 23:33:32 2012 +0200 (2012-05-07)
parents
children eb8067417980
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xbindkeys/receipt	Mon May 07 23:33:32 2012 +0200
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xbindkeys"
     1.7 +VERSION="1.8.3"
     1.8 +CATEGORY="x-window"
     1.9 +MAINTAINER="jozee@slitaz.org"
    1.10 +SHORT_DESC="Launch shell commands with your keyboard or your mouse under X"
    1.11 +BUILD_DEPENDS=" xorg-libX11-dev"
    1.12 +WEB_SITE="http://hocwp.free.fr/xbindkeys"
    1.13 +DEPENDS="xorg-libX11"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WGET_URL="$WEB_SITE/$TARBALL"
    1.16 +TAGS="keyboard"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +
    1.20 +compile_rules() {
    1.21 +  cd $src
    1.22 +  ./configure --prefix=/usr \
    1.23 +			--disable-tk \
    1.24 +			--disable-guile &&
    1.25 +  make &&
    1.26 +  make DESTDIR=$PWD/_pkg install 
    1.27 +}
    1.28 +	
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr 
    1.33 +	cp -a $_pkg/usr/bin $fs/usr	
    1.34 +
    1.35 +}