wok view libgd-dev/receipt @ rev 16521
libgd: try an other fix!
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 26 00:27:15 2014 +0200 (2014-04-26) |
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 }