Added libexif-0.6.16 template.

--HG--
extra : convert_revision : 18154fe6dbeec61634c4df6c555f704db145cd66
This commit is contained in:
Juan RP 2008-10-11 02:33:03 +02:00
parent 356b63e660
commit 8ad6467b0f
2 changed files with 17 additions and 0 deletions

Binary file not shown.

17
templates/libexif.tmpl Executable file
View File

@ -0,0 +1,17 @@
# Template build file for 'libexif'.
pkgname=libexif
version=0.6.16
extract_sufx=".tar.bz2"
url=http://kent.dl.sourceforge.net/sourceforge/libexif
build_style=gnu_configure
configure_env="ac_cv_path_DOXYGEN=false"
make_cmd="$PKGFS_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."