30 lines
846 B
Bash
30 lines
846 B
Bash
# Template file for 'fstrm'
|
|
pkgname=fstrm
|
|
version=0.4.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.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=2c84ff059d5850078d3d85927fd2e8f8a1cbe76bcf91cb125cfbbbd89ec5afc0
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
fstrm-devel_package() {
|
|
depends="${sourcepkg}-${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|