mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
fstrm: update to 0.3.0.
This commit is contained in:
parent
c6d7555555
commit
58685eb14c
1 changed files with 9 additions and 5 deletions
|
@ -1,16 +1,20 @@
|
||||||
# Template file for 'fstrm'
|
# Template file for 'fstrm'
|
||||||
pkgname=fstrm
|
pkgname=fstrm
|
||||||
version=0.2.0
|
version=0.3.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libevent-devel"
|
makedepends="libevent-devel"
|
||||||
short_desc="C implementation of the Frame Streams data transport protocol"
|
short_desc="C implementation of the Frame Streams data transport protocol"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/farsightsec/fstrm"
|
homepage="https://github.com/farsightsec/fstrm"
|
||||||
distfiles="${homepage}/releases/download/v${version}/fstrm-${version}.tar.gz"
|
distfiles="https://github.com/farsightsec/fstrm/archive/v${version}.tar.gz"
|
||||||
checksum=ad5d39957a4b334a6c7fcc94f308dc7ac75e1997cc642e9bb91a18fc0f42a98a
|
checksum=531ef29ed2a15dfe4993448eb4e8463c5ed8eebf1472a5608c6ac0a6f62b3a12
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
fstrm-devel_package() {
|
fstrm-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue