1 # Contributor: kevku <kevku@gmx.com>
2 # Contributor: Kaiting Chen <kaitocracy@gmail.com>
4 pkgname='xml-security-c'
7 pkgdesc='Apache C++ XML security libraries'
9 url='http://santuario.apache.org/'
11 depends=('xerces-c' 'xalan-c>=1.11_pre1153059' 'openssl' 'nss')
12 source=('1.6.1-nss-compilation-fix.patch'
13 "http://ftp.wayne.edu/apache/santuario/c-library/$pkgname-$pkgver.tar.gz")
14 md5sums=('4fec2e5292767f3777ef6c5fd6f49376'
15 '808316c80a7453b6d50a0bceb7ebe9bc')
18 cd "${srcdir}/${pkgname}-${pkgver}"
19 patch -Np1 -i $srcdir/1.6.1-nss-compilation-fix.patch
20 ./configure --prefix=/usr \
31 cd "${srcdir}/${pkgname}-${pkgver}"
32 make DESTDIR="$pkgdir" install