void-packages/srcpkgs/libexif/template

33 lines
889 B
Text
Raw Normal View History

# Template build file for 'libexif'.
pkgname=libexif
2012-07-14 10:51:48 +00:00
version=0.6.21
revision=2
build_style=gnu-configure
2011-02-01 09:00:44 +00:00
configure_args="ac_cv_path_DOXYGEN=false"
short_desc="EXIF file library"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-07-14 10:51:48 +00:00
homepage="http://sourceforge.net/projects/libexif"
license="LGPL-2.1"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
checksum=16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a
long_desc="
Most digital cameras produce EXIF files, which are JPEG files with
2012-07-14 10:51:48 +00:00
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."
libexif-devel_package() {
depends="libexif>=$version"
short_desc+=" -- development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove usr/lib/pkgconfig
}
}
libexif_package() {
pkg_install() {
vmove usr
}
}