wok-next view isapnptools/receipt @ rev 19840

Up librsvg (split more), make-slitaz-icons (use rsvg-convert instead of inkscape), faenza-icon-theme (keep original theme), slitaz-icons-faenza (combine light & dark).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 14 15:53:27 2017 +0300 (2017-08-14)
parents 3a6b97ad0a64
children 0e7893ac206d
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 copy sbin/
29 }