wok-current view monkey-dev/receipt @ rev 25124
updated apache-mod-perl (2.0.8 -> 2.0.11)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jun 28 16:23:55 2022 +0100 (2022-06-28) |
parents | c6796c6304f6 |
children | 65942c8606f4 |
line source
1 # SliTaz package receipt.
3 PACKAGE="monkey-dev"
4 VERSION="1.6.9"
5 CATEGORY="development"
6 SHORT_DESC="Lightweight HTTP server - dev files"
7 MAINTAINER="necrophcodr@necrophcodr.me"
8 LICENSE="APL2"
9 WEB_SITE="http://monkey-project.com"
11 DEPENDS="monkey"
12 WANTED="monkey"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib $fs/usr
21 }