mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
Update template
This commit is contained in:
parent
ab73a2b348
commit
6974da8ccf
1 changed files with 12 additions and 7 deletions
|
@ -1,13 +1,18 @@
|
||||||
# Template file for 'torsocks'
|
# Template file for 'torsocks'
|
||||||
pkgname=torsocks
|
pkgname=torsocks
|
||||||
version=1.2
|
version=2.0.0
|
||||||
revision=5
|
revision=1
|
||||||
|
hostmakedepends="automake libtool pkg-config"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-oldmethod --datarootdir=/usr/share/${pkgname}"
|
configure_args="--disable-static --prefix=/usr"
|
||||||
conf_files="/etc/torsocks.conf"
|
conf_files="/etc/tor/torsocks.conf"
|
||||||
short_desc="A transparent socks proxy for use with tor"
|
short_desc="A transparent socks proxy for use with tor"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.gnu.org/software/sed"
|
homepage="https://gitweb.torproject.org/torsocks.git"
|
||||||
distfiles="https://torsocks.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/dgoulet/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=bea57d3624d723724fd1e260f0e6b2a354c0da742c023aa994c7692270d111d4
|
checksum=a01f9e5ccc8a6e1d4e13704581ec9675129c147d10d08f86635f7bceb8001f48
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue