updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / libevent1 / PKGBUILD
blobf7a84fa56b79392037e1c2a31138a9d147aa9091
1 # Maintainer: 
2 # Contributor: Judd <jvinet@zeroflux.org>
3 # Contributor: Nicolas <niQo@ aur> 
5 pkgname=libevent1
6 _origpkgname=libevent
7 pkgver=1.4.14b
8 pkgrel=1
9 pkgdesc="Libevent V1"
10 license=('GPL2')
11 arch=('i686' 'x86_64')
12 url="http://www.monkey.org/~provos/libevent/"
13 depends=('glibc')
14 provides=('libevent=1.4.14b')
15 replaces=('libevent')
16 conflicts=('libevent')
17 source=("http://www.monkey.org/~provos/libevent-$pkgver-stable.tar.gz")
18 options=('!libtool')
19 md5sums=('a00e037e4d3f9e4fe9893e8a2d27918c')
21 build() {
22   cd $srcdir/$_origpkgname-$pkgver-stable
23   sed -i 's#python#python2#' event_rpcgen.py
24   ./configure --prefix=/usr --sysconfdir=/etc
25   make || return 1
28 package() {
29   cd $srcdir/$_origpkgname-$pkgver-stable
30   make DESTDIR=$pkgdir install || return 1