wok-next annotate isapnptools/receipt @ rev 21174

shaarli: fix tarball
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 14 16:02:11 2019 +0200 (2019-04-14)
parents d5aab818505e
children
rev   line source
al@20443 1 # SliTaz package receipt v2.
pankso@126 2
pankso@126 3 PACKAGE="isapnptools"
pankso@126 4 VERSION="1.27"
pankso@211 5 CATEGORY="system-tools"
al@20443 6 SHORT_DESC="ISA Plug-And-Play configuration"
pankso@126 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14852 8 LICENSE="GPL2"
al@20906 9 WEB_SITE="https://web.archive.org/web/20140210040320/http://www.roestock.demon.co.uk/isapnptools/"
al@19663 10
pankso@126 11 TARBALL="$PACKAGE-$VERSION.tgz"
pankso@126 12 WGET_URL="ftp://metalab.unc.edu/pub/Linux/system/hardware/$TARBALL"
pankso@126 13
al@19663 14 BUILD_DEPENDS="gfortran"
al@21020 15 SPLIT="$PACKAGE-dev"
al@19663 16
al@20443 17 compile_rules() {
al@19663 18 ./configure \
al@19663 19 --sbindir=/sbin \
al@20575 20 $CONFIGURE_ARGS &&
al@20575 21 fix libtool &&
al@20575 22 make &&
al@20575 23 make install
pankso@126 24 }