# Description: Event library based on talloc # URL: http://tevent.samba.org/ # Maintainer: Juergen Daubert, jue at crux dot nu # Depends on: talloc name=tevent version=0.9.39 release=1 source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz) build() { cd $name-$version export PYTHON=python2 ./configure \ --bundled-libraries=NONE \ --prefix=/usr make make DESTDIR=$PKG install }