Merge pull request #1887 from pullmoll/apr

apr: add missing make dependency expat-devel
This commit is contained in:
Jürgen Buchmüller 2015-06-23 09:07:24 +02:00
commit 8690e59b7a
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'apr'
pkgname=apr
version=1.5.2
revision=2
revision=3
build_style=gnu-configure
configure_args="--with-installbuilddir=/usr/share/apr-1/build"
makedepends="libuuid-devel"
makedepends="expat-devel libuuid-devel"
short_desc="Apache Portable Runtime Library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://apr.apache.org/"
@ -28,7 +28,7 @@ apr-devel_package() {
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove "usr/lib/*.exp"
vmove usr/lib/pkgconfig
vmove usr/lib/pkgconfig
ln -sf /usr/bin/libtool ${PKGDESTDIR}/usr/share/apr-1/build/libtool
}
}