wok-6.x diff xorg-xkill/receipt @ rev 15684
Add deboostrap;Add dpkg
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Dec 20 23:12:31 2013 +0100 (2013-12-20) |
parents | 02bbaa9d12ba |
children | 87646c0eaba7 |
line diff
1.1 --- a/xorg-xkill/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/xorg-xkill/receipt Fri Dec 20 23:12:31 2013 +0100 1.3 @@ -6,12 +6,14 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="X application killer" 1.6 MAINTAINER="mallory@sweetpeople.org" 1.7 -DEPENDS="xorg-libXmu" 1.8 -BUILD_DEPENDS="xorg-libXmu-dev" 1.9 +LICENSE="MIT" 1.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.x.org/" 1.12 WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL" 1.13 1.14 +DEPENDS="xorg-libXmu" 1.15 +BUILD_DEPENDS="xorg-libXmu-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -19,13 +21,13 @@ 1.21 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.22 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.23 make && 1.24 - make DESTDIR=$PWD/_pkg install 1.25 + make DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs/usr 1.32 - cp -a $_pkg/usr/bin $fs/usr 1.33 + cp -a $install/usr/bin $fs/usr 1.34 } 1.35