opt/tevent/Pkgfile

21 lines
377 B
Plaintext
Raw Normal View History

2018-11-06 17:19:05 +01:00
# Description: Event library based on talloc
2022-04-13 13:30:26 +02:00
# URL: https://tevent.samba.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: talloc
2015-01-27 11:28:51 +01:00
name=tevent
2022-04-13 13:30:26 +02:00
version=0.12.0
2021-07-09 13:48:38 +02: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
2019-01-16 12:23:45 +01:00
2015-01-27 11:28:51 +01:00
./configure \
2016-09-01 05:10:58 +02:00
--bundled-libraries=NONE \
2015-01-27 11:28:51 +01:00
--prefix=/usr
2019-01-16 12:23:45 +01:00
2015-01-27 11:28:51 +01:00
make
make DESTDIR=$PKG install
}