libgexiv2: disable static, set noarch in -devel.

This commit is contained in:
Juan RP 2012-10-10 10:08:37 +02:00
parent 39f9564b36
commit 23516e918a
2 changed files with 10 additions and 10 deletions

View file

@ -1,16 +1,15 @@
# Template file for 'libgexiv2-devel'.
#
depends="glib-devel exiv2-devel libgexiv2>=0.4.1"
depends="glib-devel exiv2-devel libgexiv2-${version}_${revision}"
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
noarch=yes
do_install()
{
do_install() {
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
vmove "usr/lib/*.a" usr/lib
vmove usr/share/vala usr/share
}

View file

@ -1,19 +1,20 @@
# Template file for 'libgexiv2'
pkgname=libgexiv2
version=0.4.1
homepage="http://www.exiv2.org"
distfiles="http://yorba.org/download/gexiv2/0.4/${pkgname}-${version}.tar.bz2"
revision=2
build_style=gnu-configure
configure_args="--disable-static"
subpackages="${pkgname}-devel"
makedepends="libtool pkg-config glib-devel exiv2-devel"
revision=1
short_desc="GObject-based wrapper around the Exiv2 library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://www.exiv2.org"
distfiles="http://yorba.org/download/gexiv2/0.4/${pkgname}-${version}.tar.bz2"
checksum=c51e8bae7e53866b474b51e4eef19b98385fbeaf2edac2aefd7d24ed3f7d9d6e
long_desc="
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
basic features of Exiv2 available to GNOME applications."
subpackages="${pkgname}-devel"
post_install() {
rm -f ${DESTDIR}/usr/lib/*.a
}