wok-stable annotate mono-doc/receipt @ rev 5068

move static binaries in /usr/share/boot to avoid tazwok strip
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 12 17:24:19 2010 +0100 (2010-03-12)
parents 88767c8c53a3
children 7fafbbbf6353
rev   line source
rcx@3231 1 # SliTaz package receipt.
rcx@3231 2
rcx@3231 3 PACKAGE="mono-doc"
rcx@3949 4 VERSION="2.4.2.3"
rcx@3231 5 CATEGORY="development"
rcx@3231 6 SHORT_DESC="mono documentation 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/monodoc $fs/usr/lib
rcx@3231 16 }