2008-10-11 00:33:03 +00:00
|
|
|
# Template build file for 'libexif'.
|
|
|
|
pkgname=libexif
|
2011-02-01 09:00:44 +00:00
|
|
|
version=0.6.20
|
2009-04-20 14:20:40 +00:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-02-01 09:00:44 +00:00
|
|
|
configure_args="ac_cv_path_DOXYGEN=false"
|
2008-10-11 00:33:03 +00:00
|
|
|
short_desc="EXIF file library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-01 09:00:44 +00:00
|
|
|
checksum=a772d20bd8fb9802d7f0d70fde6ac8872f87d0c66c52b0d14026dafcaa83d715
|
2008-10-11 00:33:03 +00:00
|
|
|
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."
|
2009-04-20 14:20:40 +00:00
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2010-04-23 15:26:47 +00:00
|
|
|
Add_dependency run glibc
|