wok annotate isapnptools/receipt @ rev 13811
xterm: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 06 10:23:03 2013 +0100 (2013-01-06) |
parents | cf22fee17710 |
children | c57fa7519ccd |
rev | line source |
---|---|
pankso@126 | 1 # SliTaz package receipt. |
pankso@126 | 2 |
pankso@126 | 3 PACKAGE="isapnptools" |
pankso@126 | 4 VERSION="1.27" |
pankso@211 | 5 CATEGORY="system-tools" |
pankso@126 | 6 SHORT_DESC="ISA Plug-And-Play configuration." |
pankso@126 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pankso@126 | 8 TARBALL="$PACKAGE-$VERSION.tgz" |
pankso@126 | 9 WEB_SITE="http://www.roestock.demon.co.uk/isapnptools/" |
pankso@126 | 10 WGET_URL="ftp://metalab.unc.edu/pub/Linux/system/hardware/$TARBALL" |
pankso@126 | 11 |
pankso@126 | 12 # Rules to configure and make the package. |
pankso@126 | 13 compile_rules() |
pankso@126 | 14 { |
pankso@126 | 15 cd $src |
pankso@126 | 16 ./configure --prefix=/usr --bindir=/bin \ |
pankso@126 | 17 --libexecdir=/usr/bin --mandir=/usr/share/man \ |
pankso@126 | 18 $CONFIGURE_ARGS |
pankso@126 | 19 make |
pankso@126 | 20 make DESTDIR=$PWD/_pkg install |
pankso@126 | 21 } |
pankso@126 | 22 |
pankso@126 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@126 | 24 genpkg_rules() |
pankso@126 | 25 { |
pankso@126 | 26 # move /usr/sbin/* /sbin to use pnptools *before* mounting /usr |
pankso@126 | 27 cp -a $_pkg/usr/sbin $fs |
pankso@126 | 28 } |