wok-next view isapnptools-dev/receipt @ rev 17300
Update weechat to 1.0.1 (needs further testing, if unstable somehow then
downgrade to at most 0.4.3).
downgrade to at most 0.4.3).
author | necrophcodr <tcg.thegamer@gmail.com> |
---|---|
date | Thu Oct 30 23:27:48 2014 +0100 (2014-10-30) |
parents | 3e085751bf3a |
children | 3a6b97ad0a64 |
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 }