fstrm: update to 0.4.0.

Closes #14328.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-11 19:29:45 -03:00 committed by Enno Boland
parent 1842131117
commit 8f91517fdc
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
2 changed files with 5 additions and 5 deletions

View File

@ -2082,7 +2082,6 @@ libyaml-cpp.so.0.5 yaml-cpp-0.5.2_1
libpaper.so.1 libpaper-1.1.24_1
libhtsjava.so.2 httrack-3.48.21_1
libhttrack.so.2 httrack-3.48.21_1
libfstrm.so.0 fstrm-0.2.0_1
libbg.so.2 bglibs-2.03_3
libcvm-command.so.1 cvm-0.97_1
libcvm-local.so.1 cvm-0.97_1

View File

@ -1,6 +1,6 @@
# Template file for 'fstrm'
pkgname=fstrm
version=0.3.2
version=0.4.0
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
@ -9,8 +9,9 @@ short_desc="C implementation of the Frame Streams data transport protocol"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Apache-2.0"
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=16112cda18aece363e32a04cd2265174b09944f3f3dcffa5c8312a293ec93737
checksum=2c84ff059d5850078d3d85927fd2e8f8a1cbe76bcf91cb125cfbbbd89ec5afc0
pre_configure() {
autoreconf -fi
@ -22,7 +23,7 @@ fstrm-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}