opt/tevent/Pkgfile

19 lines
373 B
Plaintext
Raw Normal View History

2015-01-27 11:28:51 +01:00
# 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
2015-05-01 11:05:35 +02:00
version=0.9.24
2015-01-27 11:28:51 +01:00
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
}