wok view libgd-dev/receipt @ rev 16296

Up: xfce4-appfinder (4.11.0)
author Alexander Medvedev <devl547@gmail.com>
date Mon Apr 07 07:57:01 2014 +0000 (2014-04-07)
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 }