23 lines
655 B
Text
23 lines
655 B
Text
# Template build file for 'libexif'.
|
|
pkgname=libexif
|
|
version=0.6.21
|
|
revision=4
|
|
build_style=gnu-configure
|
|
configure_args="ac_cv_path_DOXYGEN=false"
|
|
short_desc="EXIF file library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://sourceforge.net/projects/libexif"
|
|
license="LGPL-2.1"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
|
checksum=16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a
|
|
|
|
libexif-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" -- development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|