void-packages/templates/libexif.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

18 lines
639 B
Cheetah

# Template build file for 'libexif'.
pkgname=libexif
version=0.6.16
distfiles="
http://kent.dl.sourceforge.net/sourceforge/libexif/$pkgname-$version@.tar.bz2"
build_style=gnu_configure
configure_env="ac_cv_path_DOXYGEN=false"
make_cmd="$XBPS_MASTERDIR/bin/gmake"
pkgconfig_override="libexif.pc"
short_desc="EXIF file library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=3754861ad0550f9d77b0aa745dcb3d394ec658ed
long_desc="
Most digital cameras produce EXIF files, which are JPEG files with
extra tags that contain information about the image. The EXIF
library allows you to parse an EXIF file and read the data from
those tags."