ImageMagick: update to 6.7.3.8, bump a[bp]i_depends.

This commit is contained in:
Juan RP
2011-11-27 16:34:31 +01:00
parent 148308974d
commit 27a236263d
8 changed files with 36 additions and 28 deletions

View File

@@ -1,16 +1,12 @@
# Template file for 'libmagick-perl'.
#
revision=1
short_desc="ImageMagick perl library bindings"
long_desc="${long_desc}
This package contains the perl bindings for libmagick."
do_install()
{
mkdir -p ${DESTDIR}/usr/share/man ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/perl5 ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
vmove usr/lib/perl5 usr/lib
vmove usr/share/man/man3 usr/share/man
}