wok view monkey-dev/receipt @ rev 23765

fusecloop: tiny fixes
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 06 09:10:52 2020 +0000 (2020-05-06)
parents 7bad8bebfb68
children 01ed9626bb94
line source
1 # SliTaz package receipt.
3 PACKAGE="monkey-dev"
4 VERSION="1.5.6"
5 CATEGORY="development"
6 SHORT_DESC="Lightweight HTTP server - dev files"
7 MAINTAINER="necrophcodr@necrophcodr.me"
8 LICENSE="APL2"
9 WEB_SITE="https://web.archive.org/web/20200229054452/http://monkey-project.com/"
10 WANTED="monkey"
12 DEPENDS="monkey"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib $fs/usr
20 }