wok-next view isapnptools/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d5aab818505e
children
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="https://web.archive.org/web/20140210040320/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="$PACKAGE-dev"
17 compile_rules() {
18 ./configure \
19 --sbindir=/sbin \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }