Added babl-0.0.22, gegl-0.0.20, iso-codes-3.3 and mng-1.0.10 templates.

--HG--
extra : convert_revision : e42e0255389433a8b5b99438fea34fe33e487e3d
This commit is contained in:
Juan RP
2008-10-11 06:33:25 +02:00
parent ea82ff8d3d
commit f030c1fae5
7 changed files with 101 additions and 0 deletions

21
templates/mng.tmpl Executable file
View File

@@ -0,0 +1,21 @@
# Template build file for 'mng'.
pkgname=mng
version=1.0.10
distfiles="libmng-$version"
extract_sufx=".tar.bz2"
url=http://www.libmng.com/download
build_style=gnu_configure
make_cmd="$PKGFS_MASTERDIR/bin/gmake"
short_desc="Multiple-image Network Graphics (MNG) reference library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=4a8168f2f1fcfd147e367782c7a664bfe5104fc6
long_desc="
The libmng library supports decoding, displaying, encoding, and various other
manipulations of Multiple-image Network Graphics (MNG) format image files. It
uses the zlib(3) compression library, and optionally the JPEG library by the
Independent JPEG Group (IJG) and/or lcms (little CMS), a color-management
library by Marti Maria Saguar."
run_stuff_before="configure"
run_stuff_before_configure_file="
$PKGFS_TEMPLATESDIR/$pkgname-runstuff-before-configure.sh"