wok-6.x diff isapnptools/receipt @ rev 18344
Up: harfbuzz (1.0.3) + add ICU dep
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Fri Sep 11 16:56:37 2015 +0000 (2015-09-11) |
parents | 02bbaa9d12ba |
children | 8b8fae260ab7 |
line diff
1.1 --- a/isapnptools/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/isapnptools/receipt Fri Sep 11 16:56:37 2015 +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 }