### this file is sourced not run
PKGVER=3.3
PKGBUILD=1
PKGARCH=x86_64

# source: james + debian patches
TARBALL=redir-$PKGVER.tar.xz
MD5SUM=b452e1ca6faded7bab9c76dd61d9d983
SRC_URL=https://github.com/troglobit/redir/releases/download/v${PKGVER}/$TARBALL
#SRC_URL=http://sammy.net/~sammy/hacks/$TARBALL
BUNDLE=

SLACKREQ='' # 
SLACKDESC="redir: redir $PKGVER (Userspace port forwarder/redirector)
redir: 
redir: Redir is a user-space port redirector. It's functionally basically 
redir: consists of the ability to listen for TCP connections on a given 
redir: port, and, when it recieves a connection, to then connect to a given
redir: destination address/port, and pass data between them.
redir:
redir: https://github.com/troglobit/redir
redir: http://sammy.net/~sammy/hacks/
redir: 
redir: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/redir*
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
