18 lines
552 B
Text
18 lines
552 B
Text
# Template file for 'tsocks'
|
|
pkgname=tsocks
|
|
version=1.8beta5
|
|
revision=2
|
|
wrksrc="tsocks-1.8"
|
|
build_style=gnu-configure
|
|
configure_args="--libdir=/usr/lib"
|
|
short_desc="Transparent SOCKS proxying library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://tsocks.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/tsocks/tsocks-$version.tar.gz"
|
|
checksum=849d7ef5af80d03e76cc05ed9fb8fa2bcc2b724b51ebfd1b6be11c7863f5b347
|
|
|
|
post_install() {
|
|
vmkdir usr/share/examples/tsocks
|
|
install -m644 *.example ${DESTDIR}/usr/share/examples/tsocks
|
|
}
|