opt/tevent/Pkgfile

21 lines
387 B
Plaintext
Raw Normal View History

2018-11-06 17:19:05 +01:00
# Description: Event library based on talloc
2020-06-06 13:00:05 +02:00
# URL: https://tevent.samba.org/
2018-11-06 17:19:05 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: talloc
2015-01-27 11:28:51 +01:00
name=tevent
2019-12-16 11:24:58 +01:00
version=0.10.2
2020-09-04 13:43:55 +02:00
release=2
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
}