24 lines
685 B
Bash
24 lines
685 B
Bash
# Template file for 'libexif'
|
|
pkgname=libexif
|
|
version=0.6.21
|
|
revision=6
|
|
build_style=gnu-configure
|
|
configure_args="ac_cv_path_DOXYGEN=false"
|
|
short_desc="EXIF file library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://sourceforge.net/projects/libexif"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a
|
|
patch_args="-Np1"
|
|
|
|
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
|
|
}
|
|
}
|