wok view isapnptools-dev/receipt @ rev 17317

Add tix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 04 08:58:28 2014 +0100 (2014-11-04)
parents 3e085751bf3a
children 8dd8bab3f0ca
line source
1 # SliTaz package receipt.
3 PACKAGE="isapnptools-dev"
4 VERSION="1.27"
5 CATEGORY="development"
6 SHORT_DESC="ISA Plug-And-Play configuration devel files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="isapnptools"
10 WEB_SITE="http://www.roestock.demon.co.uk/isapnptools/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir $fs/usr
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib $fs/usr
18 }