# Description: Allows you to use most applications in a safe way with Tor # URL: https://gitlab.torproject.org/tpo/core/torsocks/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: automake tor name=torsocks version=2.5.0 release=1 source=(https://gitlab.torproject.org/tpo/core/${name}/-/archive/v${version}/${name}-v${version}.tar.gz) build() { cd $name-v$version autoreconf -fiv ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }