New package: tevent-0.9.28

Closes #4333
This commit is contained in:
Michael Aldridge 2016-06-08 01:47:23 -05:00 committed by Toyam Cox
parent 5b6760d42c
commit 6dc7cd8873
3 changed files with 30 additions and 0 deletions

View file

@ -2560,3 +2560,4 @@ libply-splash-graphics.so.2 plymouth-0.8.8_1
libply-boot-client.so.2 plymouth-0.8.8_1
libmilter.so.1.0.2 libmilter-1.0.2_1
libopendkim.so.10 opendkim-2.10.3_1
libtevent.so.0 tevent-0.9.28_1

1
srcpkgs/tevent-devel Symbolic link
View file

@ -0,0 +1 @@
tevent

28
srcpkgs/tevent/template Normal file
View file

@ -0,0 +1,28 @@
# Template file for 'tevent'
pkgname=tevent
version=0.9.28
revision=1
build_style=waf
configure_script=buildtools/bin/waf
hostmakedepends="python pkg-config"
makedepends="talloc-devel"
short_desc="Event system based on the talloc memory management library"
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
license="GPL-3"
homepage="https://tevent.samba.org"
distfiles="https://www.samba.org/ftp/tevent/tevent-${version}.tar.gz"
checksum=04d953379025b1560af5c4ffcce58a3ee84db7aaa09c9f1e3eff5b2945a13529
case "$XBPS_TARGET_MACHINE" in
armv[67]l) broken="https://s3.amazonaws.com/archive.travis-ci.org/jobs/136274420/log.txt";;
armv[67]l-musl) broken="https://api.travis-ci.org/jobs/136272275/log.txt?deansi=true";;
esac
tevent-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}