wok-6.x diff speedtouch/receipt @ rev 15852
truecrypt: patch LFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 27 21:15:58 2014 +0000 (2014-01-27) |
parents | b7319995b37e |
children | e919c5a2742d |
line diff
1.1 --- a/speedtouch/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/speedtouch/receipt Mon Jan 27 21:15:58 2014 +0000 1.3 @@ -4,6 +4,7 @@ 1.4 VERSION="1.3.1" 1.5 CATEGORY="misc" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 SHORT_DESC="Driver for the ADSL Speed Touch USB modem" 1.9 WEB_SITE="http://speedtouch.sourceforge.net/" 1.10 DEPENDS="bash" 1.11 @@ -26,15 +27,15 @@ 1.12 ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \ 1.13 $CONFIGURE_ARGS && 1.14 make && 1.15 - make prefix=$PWD/_pkg/usr sysconfdir=$PWD/_pkg/etc mandir=$PWD/_pkg/usr/share/man install 1.16 + make prefix=$DESTDIR/usr sysconfdir=$DESTDIR/etc mandir=$DESTDIR/usr/share/man install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/share 1.23 - cp -a $_pkg/usr/bin $fs/usr 1.24 - cp -a $_pkg/usr/sbin $fs/usr 1.25 - cp -a $_pkg/etc $fs 1.26 - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 1.27 + cp -a $install/usr/bin $fs/usr 1.28 + cp -a $install/usr/sbin $fs/usr 1.29 + cp -a $install/etc $fs 1.30 + cp -a $install/usr/share/$PACKAGE $fs/usr/share 1.31 }