wok-4.x annotate libgdiplus-dev/receipt @ rev 3219
Add: libgdiplus
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Thu May 28 15:27:31 2009 +0000 (2009-05-28) |
parents | |
children | 88767c8c53a3 |
rev | line source |
---|---|
rcx@3219 | 1 # SliTaz package receipt. |
rcx@3219 | 2 |
rcx@3219 | 3 PACKAGE="libgdiplus-dev" |
rcx@3219 | 4 VERSION="2.4" |
rcx@3219 | 5 CATEGORY="development" |
rcx@3219 | 6 SHORT_DESC="libgdiplus devel files." |
rcx@3219 | 7 WEB_SITE="http://www.mono-project.com/Libgdiplus" |
rcx@3219 | 8 MAINTAINER="rcx@zoominternet.net" |
rcx@3219 | 9 WANTED="libgdiplus" |
rcx@3219 | 10 |
rcx@3219 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3219 | 12 genpkg_rules() |
rcx@3219 | 13 { |
rcx@3219 | 14 mkdir -p $fs/usr/lib |
rcx@3219 | 15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
rcx@3219 | 16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
rcx@3219 | 17 } |