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>
8 pkgdesc="Tevent is an event system based on the talloc memory management library"
10 url="https://tevent.samba.org/"
11 source=(http://samba.org/ftp/tevent/$pkgname-$pkgver.tar.gz)
16 md5sums=('bcd93155ac583405cfcc0d63fb111745')
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
28 cd ${srcdir}/${pkgname}-${pkgver}
30 make DESTDIR=${pkgdir}/ install