parent
de2311e2bc
commit
ac7ee8bef1
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'redir'
|
||||
pkgname=redir
|
||||
version=3.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="Redirect TCP connections"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/troglobit/redir"
|
||||
changelog="https://github.com/troglobit/redir/raw/master/ChangeLog.md"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=7311731097aabd390bd4d8f390980278b16b25d0bae8e21a9e768cd824f846f7
|
||||
|
||||
pre_configure() {
|
||||
sh autogen.sh
|
||||
}
|
Loading…
Reference in New Issue