libexif: update to 0.6.17, new deps style, converted to subpkgs.

--HG--
extra : convert_revision : ba024ac85996ae13c5a54b3d8908b6e9f8a6c0d3
This commit is contained in:
Juan RP 2009-04-20 16:20:40 +02:00
parent 0cec6f2af4
commit e21c0f61c3
4 changed files with 27 additions and 5 deletions

1
templates/libexif-devel Symbolic link
View File

@ -0,0 +1 @@
libexif

View File

@ -0,0 +1,2 @@
abi_depends=0.6.17
api_depends=${abi_depends}

View File

@ -0,0 +1,17 @@
# Template file for 'libexif-devel'.
#
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run libexif
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
}

View File

@ -1,16 +1,18 @@
# Template build file for 'libexif'.
pkgname=libexif
version=0.6.16
distfiles="$SOURCEFORGE_SITE/libexif/$pkgname-$version.tar.bz2"
sourcepkg=$pkgname
version=0.6.17
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_env="ac_cv_path_DOXYGEN=false"
make_cmd="$XBPS_MASTERDIR/bin/gmake"
pkgconfig_override="libexif.pc"
short_desc="EXIF file library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=3754861ad0550f9d77b0aa745dcb3d394ec658ed
checksum=dceb9355b148a8ee6aa96e3dff82a06c066c81e6ab18c190c946ed3b30fc7353
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="devel"
Add_dependency full glibc