wok-next view isapnptools/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents c57fa7519ccd
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="isapnptools"
4 VERSION="1.27"
5 CATEGORY="system-tools"
6 SHORT_DESC="ISA Plug-And-Play configuration."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.roestock.demon.co.uk/isapnptools/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="ftp://metalab.unc.edu/pub/Linux/system/hardware/$TARBALL"
14 BUILD_DEPENDS="gfortran"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --sbindir=/sbin \
21 $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cook_copy_folders sbin
29 }