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