wok annotate libgdiplus-dev/receipt @ rev 7979

Fix: firefox needs python to compile
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 17 17:59:07 2011 +0100 (2011-01-17)
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 }