29 lines
760 B
Bash
29 lines
760 B
Bash
# Template file for 'fstrm'
|
|
pkgname=fstrm
|
|
version=0.3.2
|
|
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"
|
|
distfiles="https://github.com/farsightsec/fstrm/archive/v${version}.tar.gz"
|
|
checksum=16112cda18aece363e32a04cd2265174b09944f3f3dcffa5c8312a293ec93737
|
|
|
|
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
|
|
}
|
|
}
|