wok annotate libgd-dev/receipt @ rev 14601

SLiM session: slim up 1.3.5; added slim-theme manager; added three hand-made themes. Read forum for details
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 28 13:24:15 2013 +0000 (2013-05-28)
parents a4554ef26720
children 8f447cf2eee5
rev   line source
pascal@1675 1 # SliTaz package receipt.
pascal@1675 2
pascal@1675 3 PACKAGE="libgd-dev"
pascal@1675 4 VERSION="2.0.35"
pascal@1675 5 CATEGORY="development"
pascal@1675 6 SHORT_DESC="Library for the dynamic creation of images development files."
pascal@1675 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1675 8 WANTED="libgd"
pascal@1675 9 WEB_SITE="http://www.libgd.org/"
pascal@1675 10
pascal@1675 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1675 12 genpkg_rules()
pascal@1675 13 {
pascal@1675 14 mkdir -p $fs/usr/lib
pascal@10537 15 cp -a $_pkg/usr/local/include $fs/usr
pascal@10537 16 cp -a $_pkg/usr/local/lib/*a $fs/usr/lib
pascal@1675 17 }
pascal@1675 18