wok-stable annotate libgdiplus-dev/receipt @ rev 3231

Add: mono
author Matthew Sheets <rcx@zoominternet.net>
date Fri May 29 11:04:44 2009 +0000 (2009-05-29)
parents 7ef9f36a70aa
children eda0473a575d
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@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"
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 }