void-packages/templates/libungif.tmpl
Juan RP b52d064544 Major changes to support multiple distfiles in templates.
Each template now needs to use $distfiles that accepts the full
URL to download the distfile and old $extract_sufx is now merged
on it, but this must be separated by the '@' character. Example:

distfiles="http://www.foo.org/blah-6.2@.tar.gz
http://www.foo.org/blob-1.0@.tar.bz2"

If distfiles contains multiple files defined, $wrksrc is now
mandatory.

--HG--
extra : convert_revision : 1c3fa35f148af8323ce3cbcf5732104960de6bc4
2008-10-14 07:52:29 +02:00

26 lines
1.1 KiB
Cheetah

# Template build file for 'libungif'.
pkgname=libungif
version=4.1.4
distfiles="
http://kent.dl.sourceforge.net/sourceforge/giflib/$pkgname-$version@.tar.bz2"
build_style=gnu_configure
configure_args="--without-x"
configure_env="ac_cv_lib_X11_main=no"
short_desc="Tools and library routines for working with GIF images"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f96782d4e305e393a22acd84317c13dc265a21f3
long_desc="
Libungif is a giflib-compatible library and tools that saves GIFs using
an uncompressed algorithm that avoids the Unisys patent on the LZW
compression algorithm.
The tools include programs to clip, rotate, scale, and position
GIF images. It includes code to dump GIFs to an Epson-compatible printer
in graphics mode, and several conversion utilities.
The library includes program-callable entry points for reading and writing
GIF files, an 8x8 utility font for embedding text in GIFs, and an error
handler. GIF manipulation can be done at a relatively low level by
sequential I/O (which automatically undoes image compression) or at
a higher level by slurping an entire GIF into allocated core."