opt/tevent/Pkgfile

20 lines
403 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
2018-07-12 14:18:52 +02:00
version=0.9.37
2015-01-27 11:28:51 +01:00
release=1
2016-09-01 05:10:58 +02:00
source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz)
2015-01-27 11:28:51 +01:00
build() {
cd $name-$version
./configure \
2016-09-01 05:10:58 +02:00
--bundled-libraries=NONE \
2015-01-27 11:28:51 +01:00
--prefix=/usr
make
make DESTDIR=$PKG install
}