CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
tevent: updated to 0.10.2
[ports/opt-arm64.git] / tevent / Pkgfile
CommitLineData
919fc069
VM
1# Description: Event library based on talloc
2# URL: http://tevent.samba.org/
3# Maintainer: Juergen Daubert, jue at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5# Depends on: talloc
6
7name=tevent
95bd7128 8version=0.10.2
4009fa4d 9release=2
919fc069
VM
10source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz)
11
12build() {
13 cd $name-$version
14
15 ./configure \
16 --bundled-libraries=NONE \
17 --prefix=/usr
18
19 make
20 make DESTDIR=$PKG install
21}