29a244c1b3
--HG-- extra : convert_revision : 0fca5589e217c78020f0b0e2c8ca3e1a75331821
16 lines
313 B
Text
16 lines
313 B
Text
# 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
|
|
}
|