parent
5b6760d42c
commit
6dc7cd8873
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
tevent
|
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue