wok annotate libgdiplus-dev/receipt @ rev 5074

get-flash-plugin: re-export firefox libs if not found
author Rohit Joshi <jozee@slitaz.org>
date Fri Mar 12 11:43:55 2010 +0000 (2010-03-12)
parents 88767c8c53a3
children 515102c1d045
rev   line source
rcx@3219 1 # SliTaz package receipt.
rcx@3219 2
rcx@3219 3 PACKAGE="libgdiplus-dev"
rcx@3949 4 VERSION="2.4.2"
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 }