fstrm: update to 0.5.0.
This commit is contained in:
parent
1e49140f1e
commit
3ffcf45597
|
@ -1,22 +1,26 @@
|
|||
# Template file for 'fstrm'
|
||||
pkgname=fstrm
|
||||
version=0.4.0
|
||||
version=0.5.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libevent-devel"
|
||||
short_desc="C implementation of the Frame Streams data transport protocol"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
license="MIT"
|
||||
homepage="https://github.com/farsightsec/fstrm"
|
||||
#changelog="https://raw.githubusercontent.com/farsightsec/fstrm/master/ChangeLog"
|
||||
distfiles="https://github.com/farsightsec/fstrm/archive/v${version}.tar.gz"
|
||||
checksum=2c84ff059d5850078d3d85927fd2e8f8a1cbe76bcf91cb125cfbbbd89ec5afc0
|
||||
checksum=ca762fb260176f35af639376cc65c3f13a5f63d1cca42eb5ce87caca8d57c450
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
fstrm-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue