wok-current annotate mono-dev/receipt @ rev 9727
xpad: clean up
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon May 09 05:50:17 2011 +0000 (2011-05-09) |
parents | fdc35059afd9 |
children | 5b6d006e6a61 |
rev | line source |
---|---|
rcx@3231 | 1 # SliTaz package receipt. |
rcx@3231 | 2 |
rcx@3231 | 3 PACKAGE="mono-dev" |
slaxemulator@8893 | 4 VERSION="2.10.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" |
slaxemulator@7929 | 9 DEPENDS="mono" |
rcx@3231 | 10 WANTED="mono" |
rcx@3231 | 11 |
rcx@3231 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3231 | 13 genpkg_rules() |
rcx@3231 | 14 { |
rcx@3231 | 15 mkdir -p $fs/usr/lib |
slaxemulator@9439 | 16 cp -a $_pkg/usr/lib/*.a $fs/usr/lib |
rcx@3231 | 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
rcx@3231 | 18 cp -a $_pkg/usr/include $fs/usr |
rcx@3231 | 19 } |