updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / tevent / PKGBUILD
blobba3f4ca25cbcfc12178f984cfc36b265cf202d5b
1 # Maintainer: Marco A Rojas <marquicus at gmail dot com>
2 # Maintainer: Ng Oon-Ee <ngoonee.talk@gmail.com>
3 # Contributor: Thomas Burdick <thomas.burdick@gmail.com>
5 pkgname=tevent
6 pkgver=0.9.13
7 pkgrel=1
8 pkgdesc="Tevent is an event system based on the talloc memory management library"
9 arch=('i686' 'x86_64')
10 url="https://tevent.samba.org/"
11 source=(http://samba.org/ftp/tevent/$pkgname-$pkgver.tar.gz)
12 license=('GPLv3')
13 depends=('talloc')
14 conflicts=()
15 provides=()
16 md5sums=('bcd93155ac583405cfcc0d63fb111745')
18 build() {
19   # change to use python2
20   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" \
21     $(find ${srcdir}/${pkgname}-${pkgver} -name 'waf')
23   cd ${srcdir}/${pkgname}-${pkgver}
24   ./configure --prefix=/usr
27 package() {
28   cd ${srcdir}/${pkgname}-${pkgver}
29   make
30   make DESTDIR=${pkgdir}/ install