void-packages/srcpkgs/libexif/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

17 lines
626 B
Text

# Template build file for 'libexif'.
pkgname=libexif
version=0.6.20
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="ac_cv_path_DOXYGEN=false"
short_desc="EXIF file library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=a772d20bd8fb9802d7f0d70fde6ac8872f87d0c66c52b0d14026dafcaa83d715
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."
subpackages="$pkgname-devel"
Add_dependency run glibc