wok-current annotate monkey-dev/receipt @ rev 17926
Up to latest: slitaz-tools, tazinst-gui, tazinst, tazpanel, tazpkg.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 11 16:51:21 2015 +0300 (2015-04-11) |
parents | |
children | c6796c6304f6 |
rev | line source |
---|---|
necrophcodr@17848 | 1 # SliTaz package receipt. |
necrophcodr@17848 | 2 |
necrophcodr@17848 | 3 PACKAGE="monkey-dev" |
necrophcodr@17848 | 4 VERSION="1.5.6" |
necrophcodr@17848 | 5 CATEGORY="development" |
necrophcodr@17848 | 6 SHORT_DESC="Lightweight HTTP server - dev files" |
necrophcodr@17848 | 7 MAINTAINER="necrophcodr@necrophcodr.me" |
necrophcodr@17848 | 8 LICENSE="APL2" |
necrophcodr@17848 | 9 WEB_SITE="http://monkey-project.com" |
necrophcodr@17848 | 10 WANTED="monkey" |
necrophcodr@17848 | 11 |
necrophcodr@17848 | 12 DEPENDS="monkey" |
necrophcodr@17848 | 13 |
necrophcodr@17848 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
necrophcodr@17848 | 15 genpkg_rules() |
necrophcodr@17848 | 16 { |
necrophcodr@17848 | 17 mkdir -p $fs/usr |
necrophcodr@17848 | 18 cp -a $install/usr/include $fs/usr |
necrophcodr@17848 | 19 cp -a $install/usr/lib $fs/usr |
necrophcodr@17848 | 20 } |