ac7ee8bef1
Closes: #18476 [via git-merge-pr]
17 lines
515 B
Bash
17 lines
515 B
Bash
# 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
|
|
}
|