expat: rebuild for corrected shlib-provides.

This commit is contained in:
Juan RP 2014-04-04 14:11:48 +02:00
parent e41e4ca510
commit 3d65a91c51
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'expat'
pkgname=expat
version=2.1.0
revision=3
revision=4
build_style=gnu-configure
short_desc="XML parser library written in C"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -11,11 +11,12 @@ distfiles="$SOURCEFORGE_SITE/expat/$pkgname-$version.tar.gz"
checksum=823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
expat-devel_package() {
depends="expat>=${version}"
depends="expat>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}