wok view libgd-dev/receipt @ rev 16591

slitaz-i18n: encodings are still used in translations and web pages, so add gconv modules to locale packages. Add: full set of locale-xx-extra. Up: all locale-xx, locale-xx-extra, slitaz-i18n, slitaz-i18n-extra (4.2). Up slitaz-tools, slitaz-tools-boxes (5.8.6)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 06 23:19:04 2014 +0300 (2014-05-06)
parents 2666f802db68
children a30c667a760b
line source
1 # SliTaz package receipt.
3 PACKAGE="libgd-dev"
4 VERSION="2.1.0"
5 CATEGORY="development"
6 SHORT_DESC="Library for the dynamic creation of images development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WANTED="libgd"
10 WEB_SITE="http://www.libgd.org/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="libpng-dev libjpeg jpeg-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib $fs/usr/bin
19 cp -a $install/usr/local/include $fs/usr
20 cp -a $install/usr/local/lib/*a $fs/usr/lib
21 cp -a $install/usr/local/bin/gdlib-config $fs/usr/bin
22 }