Introduce the make_env var for templates, and other related changes.
[pkgfs.git] / templates / libungif.tmpl
blobba3f5ee32a2d85e1158c670fbfd34d0200d5ecec
1 # Template build file for 'libungif'.
2 pkgname=libungif
3 version=4.1.4
4 extract_sufx=".tar.bz2"
5 url=http://kent.dl.sourceforge.net/sourceforge/giflib
6 build_style=gnu_configure
7 configure_args="--without-x"
8 configure_env="ac_cv_lib_X11_main=no"
9 short_desc="Tools and library routines for working with GIF images"
10 maintainer="Juan RP <xtraeme@gmail.com>"
11 checksum=f96782d4e305e393a22acd84317c13dc265a21f3
12 long_desc="
13  Libungif is a giflib-compatible library and tools that saves GIFs using
14  an uncompressed algorithm that avoids the Unisys patent on the LZW
15  compression algorithm.
17  The tools include programs to clip, rotate, scale, and position
18  GIF images.  It includes code to dump GIFs to an Epson-compatible printer
19  in graphics mode, and several conversion utilities.
21  The library includes program-callable entry points for reading and writing
22  GIF files, an 8x8 utility font for embedding text in GIFs, and an error
23  handler.  GIF manipulation can be done at a relatively low level by
24  sequential I/O (which automatically undoes image compression) or at
25  a higher level by slurping an entire GIF into allocated core."