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
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
7 name=tevent
8 version=0.10.2
9 release=2
10 source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz)
11
12 build() {
13 cd $name-$version
14
15 ./configure \
16 --bundled-libraries=NONE \
17 --prefix=/usr
18
19 make
20 make DESTDIR=$PKG install
21 }