wok annotate mono-dev/receipt @ rev 7324

mirror-tools: add /etc/lighttpd/vhosts.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 18 10:21:49 2010 +0100 (2010-11-18)
parents 8359d4b8373a
children 9eb4f0d98a8a
rev   line source
rcx@3231 1 # SliTaz package receipt.
rcx@3231 2
rcx@3231 3 PACKAGE="mono-dev"
slaxemulator@7317 4 VERSION="2.8.1"
rcx@3231 5 CATEGORY="development"
rcx@3231 6 SHORT_DESC="mono development files."
rcx@3231 7 WEB_SITE="http://www.mono-project.com/"
rcx@3231 8 MAINTAINER="rcx@zoominternet.net"
rcx@3231 9 WANTED="mono"
rcx@3231 10
rcx@3231 11 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3231 12 genpkg_rules()
rcx@3231 13 {
rcx@3231 14 mkdir -p $fs/usr/lib
rcx@3231 15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
rcx@3231 16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
rcx@3231 17 cp -a $_pkg/usr/include $fs/usr
rcx@3231 18 }