wok-next annotate mono-dev/receipt @ rev 16206
Up: nss (3.14.3)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Mon Mar 31 05:10:49 2014 +0000 (2014-03-31) |
parents | c34af2cd7b0c |
children |
rev | line source |
---|---|
rcx@3231 | 1 # SliTaz package receipt. |
rcx@3231 | 2 |
rcx@3231 | 3 PACKAGE="mono-dev" |
slaxemulator@12320 | 4 VERSION="2.10.8" |
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" |
pascal@15172 | 9 LICENSE="LGPL2" |
pascal@15172 | 10 WANTED="mono" |
pascal@15172 | 11 |
pascal@15599 | 12 DEPENDS="mono pkg-config" |
rcx@3231 | 13 |
rcx@3231 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3231 | 15 genpkg_rules() |
rcx@3231 | 16 { |
rcx@3231 | 17 mkdir -p $fs/usr/lib |
pascal@15172 | 18 cp -a $install/usr/lib/*.a $fs/usr/lib |
pascal@15172 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@15172 | 20 cp -a $install/usr/include $fs/usr |
rcx@3231 | 21 } |