Added gd-2.0.35 template.
--HG-- extra : convert_revision : 0fca5589e217c78020f0b0e2c8ca3e1a75331821
This commit is contained in:
parent
48acdce212
commit
29a244c1b3
6 changed files with 71 additions and 0 deletions
16
templates/gd/progs.template
Normal file
16
templates/gd/progs.template
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue