opt/tevent/Pkgfile

21 lines
384 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
2022-05-09 11:25:35 +02:00
# Depends on: cmocka talloc
2015-01-27 11:28:51 +01:00
name=tevent
2024-01-30 11:02:59 +01:00
version=0.16.1
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 \
2023-10-16 16:40:15 +02:00
--prefix=/usr \
--bundled-libraries=NONE
2019-01-16 12:23:45 +01:00
2015-01-27 11:28:51 +01:00
make
make DESTDIR=$PKG install
}