Added gd-2.0.35 template.

--HG--
extra : convert_revision : 0fca5589e217c78020f0b0e2c8ca3e1a75331821
This commit is contained in:
Juan RP 2009-04-22 01:13:03 +02:00
parent 48acdce212
commit 29a244c1b3
6 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# Template file for 'gd-progs'.
#
short_desc="Utility programs that use libgd"
long_desc="${long_desc}
This package contains the utility programs that use the GD
library."
Add_dependency run gd
Add_dependency run perl
do_install()
{
mkdir -p ${DESTDIR}/usr/bin
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
}