updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / rxp / PKGBUILD
blobf819ee604ab069e8fa5909319a55064121e064c1
1 # Maintainer: Cedric Girard <girard.cedric@gmail.com>
2 # Contributor: Andy Hauser <andy-aur@splashground.de>
4 pkgname=rxp
5 pkgver=1.5.0
6 pkgrel=3
7 pkgdesc="a validating XML parser written in C"
8 url="http://www.cogsci.ed.ac.uk/~richard/rxp.html"
9 license=("GPL")
10 arch=(i686 x86_64)
11 options=(!libtool)
12 source=("http://ftp.fortunaty.net/distfiles/$pkgname-$pkgver.tar.gz")
13 md5sums=('5f6c4cd741bbeaf77b5a5918cb26df2f')
16 build() {
17   cd "${srcdir}/$pkgname-$pkgver"
18   ./configure --prefix=/usr
19   make
22 package(){
23   cd "${srcdir}/$pkgname-$pkgver"
24   make DESTDIR="${pkgdir}" install