wok rev 14852
isapnptools: add LICENSE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 18 10:40:30 2013 +0000 (2013-07-18) |
parents | f740103ca6ee |
children | d488dfb85c26 |
files | isapnptools/receipt |
line diff
1.1 --- a/isapnptools/receipt Thu Jul 18 10:32:56 2013 +0000 1.2 +++ b/isapnptools/receipt Thu Jul 18 10:40:30 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="ISA Plug-And-Play configuration." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tgz" 1.9 WEB_SITE="http://www.roestock.demon.co.uk/isapnptools/" 1.10 WGET_URL="ftp://metalab.unc.edu/pub/Linux/system/hardware/$TARBALL" 1.11 @@ -17,12 +18,12 @@ 1.12 --libexecdir=/usr/bin --mandir=/usr/share/man \ 1.13 $CONFIGURE_ARGS 1.14 make 1.15 - make DESTDIR=$PWD/_pkg install 1.16 + make DESTDIR=$DESTDIR install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 # move /usr/sbin/* /sbin to use pnptools *before* mounting /usr 1.23 - cp -a $_pkg/usr/sbin $fs 1.24 + cp -a $install/usr/sbin $fs 1.25 }