wok annotate libgdiplus-dev/receipt @ rev 15036
Up wesnoth-music (1.10.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 12 12:29:55 2013 +0000 (2013-08-12) |
parents | 0cfef3fa4561 |
children | 8ed62ecac0c7 |
rev | line source |
---|---|
rcx@3219 | 1 # SliTaz package receipt. |
rcx@3219 | 2 |
rcx@3219 | 3 PACKAGE="libgdiplus-dev" |
slaxemulator@8892 | 4 VERSION="2.10" |
rcx@3219 | 5 CATEGORY="development" |
rcx@3231 | 6 SHORT_DESC="libgdiplus development files." |
rcx@3219 | 7 WEB_SITE="http://www.mono-project.com/Libgdiplus" |
rcx@3219 | 8 MAINTAINER="rcx@zoominternet.net" |
pascal@14714 | 9 LICENSE="MIT" |
pascal@14714 | 10 WANTED="libgdiplus" |
pascal@14714 | 11 |
slaxemulator@6950 | 12 DEPENDS="libgdiplus" |
rcx@3219 | 13 |
rcx@3219 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3219 | 15 genpkg_rules() |
rcx@3219 | 16 { |
rcx@3219 | 17 mkdir -p $fs/usr/lib |
pascal@14714 | 18 cp -a $install/usr/lib/*.*a $fs/usr/lib |
pascal@14714 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
rcx@3219 | 20 } |