void-packages/srcpkgs/libungif/template
Juan RP 85cc462e1d Major infrastructure changes, part 2.
* Moved helpers, common and triggers dirs into xbps-src, where
  they belong.
* Renamed the templates dir to srcpkgs, it was so redundant before.
* Make it possible to add subpkgs with no restriction in names, for
  example udev now has a subpkgs called "libgudev". Previously
  subpkgs were named "${sourcepkg}-${pkgname}".
* xbps-src: changed to look for template files in current directory.
  That means that most arguments from the targets have been removed.
* xbps-src: added a reinstall target, to remove + install.
* xbps-src: do not overwrite binpkgs by default, skip them.

And more that I forgot because it's a mega-commit that I've been
working for some days already...

--HG--
extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
2009-11-22 08:31:44 +01:00

25 lines
1.1 KiB
Plaintext

# Template build file for 'libungif'.
pkgname=libungif
version=4.1.4
distfiles="$SOURCEFORGE_SITE/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."