void-packages/templates/libexif.tmpl
Juan RP 93f485a4e9 Added tmpl_vars util. Common vars that can be used in templates.
--HG--
extra : convert_revision : 68393e79e5f25d622d9142bf73b09b24ced28733
2008-12-15 07:27:38 +01:00

17 lines
612 B
Cheetah

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