wok view libgd-dev/receipt @ rev 16205
ARM: enna may by build on tank now
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Mar 31 01:27:37 2014 +0200 (2014-03-31) |
parents | a13c13eae41c |
children | 1c12e3f2a6a0 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libgd-dev"
4 VERSION="2.0.35"
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/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/local/include $fs/usr
17 cp -a $install/usr/local/lib/*a $fs/usr/lib
18 }