wok annotate isapnptools/receipt @ rev 15146
cocoalib: create Makefile_dependencies (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 12:56:59 2013 +0000 (2013-08-15) |
parents | 02bbaa9d12ba |
children | 8b8fae260ab7 |
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" |
pascal@14852 | 8 LICENSE="GPL2" |
pankso@126 | 9 TARBALL="$PACKAGE-$VERSION.tgz" |
pankso@126 | 10 WEB_SITE="http://www.roestock.demon.co.uk/isapnptools/" |
pankso@126 | 11 WGET_URL="ftp://metalab.unc.edu/pub/Linux/system/hardware/$TARBALL" |
pankso@126 | 12 |
pankso@126 | 13 # Rules to configure and make the package. |
pankso@126 | 14 compile_rules() |
pankso@126 | 15 { |
pankso@126 | 16 cd $src |
pankso@126 | 17 ./configure --prefix=/usr --bindir=/bin \ |
pankso@126 | 18 --libexecdir=/usr/bin --mandir=/usr/share/man \ |
pankso@126 | 19 $CONFIGURE_ARGS |
pankso@126 | 20 make |
pascal@14852 | 21 make DESTDIR=$DESTDIR install |
pankso@126 | 22 } |
pankso@126 | 23 |
pankso@126 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@126 | 25 genpkg_rules() |
pankso@126 | 26 { |
pankso@126 | 27 # move /usr/sbin/* /sbin to use pnptools *before* mounting /usr |
pascal@14852 | 28 cp -a $install/usr/sbin $fs |
pankso@126 | 29 } |