wok annotate libgdiplus-dev/receipt @ rev 6710

Fix build soft link in linux-module-headers.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 14 02:56:08 2010 +0000 (2010-10-14)
parents eda0473a575d
children 868622df5913
rev   line source
rcx@3219 1 # SliTaz package receipt.
rcx@3219 2
rcx@3219 3 PACKAGE="libgdiplus-dev"
rcx@6014 4 VERSION="2.6.7"
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 }