opt/tevent/Pkgfile

20 lines
403 B
Plaintext

# Description: Event library based on talloc
# URL: http://tevent.samba.org/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: talloc
# Optional: python
name=tevent
version=0.9.37
release=1
source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--bundled-libraries=NONE \
--prefix=/usr
make
make DESTDIR=$PKG install
}