wok-next view isapnptools/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents f463de72afe3
children 0ec6086e21d6
line source
1 # SliTaz package receipt v2.
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"
15 SPLIT="isapnptools-dev"
17 compile_rules() {
18 ./configure \
19 --sbindir=/sbin \
20 $CONFIGURE_ARGS &&
21 make && make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 isapnptools) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }