wok annotate mono-doc/receipt @ rev 24910
Update some web_site (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 09 14:32:04 2022 +0000 (2022-04-09) |
parents | c34af2cd7b0c |
children |
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." |
pascal@20669 | 7 WEB_SITE="https://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 } |