wok-next view isapnptools/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 0e7893ac206d
children a3c581bf52b8
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 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 isapnptools) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }