wok view libgd-dev/receipt @ rev 20194
Up autofs (5.1.4), btrfs-progs (4.15), cifs-utils (6.7), davfs2 (1.5.4), dosfstools (4.1), e2fsprogs (1.43.9), f2fs-tools (1.10.0), moosefs (3.0.100), milfs-utils (2.2.7), owfs (3.2p1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 12 13:54:33 2018 +0100 (2018-02-12) |
parents | a30c667a760b |
children | 1a24a6d0a088 |
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/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="libpng-dev libjpeg jpeg-dev tiff"
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 }