wok-6.x annotate mono-doc/receipt @ rev 19900
linld/tazboot: memcpy32 bug workaround
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 08 18:04:44 2017 +0200 (2017-04-08) |
parents | 6631f145d1d7 |
children | a78610b2eb47 |
rev | line source |
---|---|
rcx@3231 | 1 # SliTaz package receipt. |
rcx@3231 | 2 |
rcx@3231 | 3 PACKAGE="mono-doc" |
slaxemulator@12320 | 4 VERSION="2.10.8" |
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" |
pascal@15172 | 9 LICENSE="LGPL2" |
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 |
pascal@15172 | 16 cp -a $install/usr/lib/monodoc $fs/usr/lib |
rcx@3231 | 17 } |