vp-build/templates/gd/progs.template
Juan RP 29a244c1b3 Added gd-2.0.35 template.
--HG--
extra : convert_revision : 0fca5589e217c78020f0b0e2c8ca3e1a75331821
2009-04-22 01:13:03 +02:00

17 lines
313 B
Plaintext

# 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
}