wok-6.x annotate monkey-dev/receipt @ rev 25539
Up perl-test-compile (3.1.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 09 12:11:13 2023 +0000 (20 months ago) |
parents | 01ed9626bb94 |
children |
rev | line source |
---|---|
necrophcodr@17848 | 1 # SliTaz package receipt. |
necrophcodr@17848 | 2 |
necrophcodr@17848 | 3 PACKAGE="monkey-dev" |
Hans-G?nter@24916 | 4 VERSION="1.6.9" |
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" |
pascal@25494 | 9 WEB_SITE="https://web.archive.org/web/20221006192715/http://monkey-project.com/" |
necrophcodr@17848 | 10 |
necrophcodr@17848 | 11 DEPENDS="monkey" |
Hans-G?nter@24916 | 12 WANTED="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 |
Hans-G?nter@24916 | 18 |
Hans-G?nter@24916 | 19 cp -a $install/usr/include $fs/usr |
Hans-G?nter@24916 | 20 cp -a $install/usr/lib $fs/usr |
necrophcodr@17848 | 21 } |