opt/tevent/Pkgfile
2015-01-27 19:28:51 +09:00

19 lines
373 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.22
release=1
source=(http://www.samba.org/ftp/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
}