Added libgcrypt-1.4.3 template.
[pkgfs.git] / templates / libexif.tmpl
blob593ba09e09ae21b7a47cec117fe15a49ab5ce767
1 # Template build file for 'libexif'.
2 pkgname=libexif
3 version=0.6.16
4 extract_sufx=".tar.bz2"
5 url=http://kent.dl.sourceforge.net/sourceforge/libexif
6 build_style=gnu_configure
7 configure_env="ac_cv_path_DOXYGEN=false"
8 make_cmd="$PKGFS_MASTERDIR/bin/gmake"
9 pkgconfig_override="libexif.pc"
10 short_desc="EXIF file library"
11 maintainer="Juan RP <xtraeme@gmail.com>"
12 checksum=3754861ad0550f9d77b0aa745dcb3d394ec658ed
13 long_desc="
14  Most digital cameras produce EXIF files, which are JPEG files with
15  extra tags that contain information about the image. The EXIF
16  library allows you to parse an EXIF file and read the data from
17  those tags."