wok-6.x annotate libgdiplus-dev/receipt @ rev 7449
mplayerplug-in: partial fix for compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 30 13:09:45 2010 +0100 (2010-11-30) |
parents | 868622df5913 |
children | 0cfef3fa4561 |
rev | line source |
---|---|
rcx@3219 | 1 # SliTaz package receipt. |
rcx@3219 | 2 |
rcx@3219 | 3 PACKAGE="libgdiplus-dev" |
slaxemulator@7342 | 4 VERSION="2.8.1" |
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" |
slaxemulator@6950 | 9 DEPENDS="libgdiplus" |
rcx@3219 | 10 WANTED="libgdiplus" |
rcx@3219 | 11 |
rcx@3219 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3219 | 13 genpkg_rules() |
rcx@3219 | 14 { |
rcx@3219 | 15 mkdir -p $fs/usr/lib |
rcx@3219 | 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
rcx@3219 | 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
rcx@3219 | 18 } |