# Template file for 'tor' pkgname=tor version=0.2.2.37 revision=2 build_style=gnu-configure makedepends="zlib-devel openssl-devel libevent-devel" fulldepends="ca-certificates tsocks" short_desc="Anonymity Online" maintainer="Juan RP " license="BSD" homepage="http://www.torproject.org/" distfiles="http://www.torproject.org/dist/tor-$version.tar.gz" checksum=ae2c1fb52babd9e92264ac7c4486d3e941be6deb91b8a590965848fbbcbd9e88 long_desc=" Tor is a network of virtual tunnels that allows people and groups to improve their privacy and security on the Internet. It also enables software developers to create new communication tools with built-in privacy features. Tor provides the foundation for a range of applications that allow organizations and individuals to share information over public networks without compromising their privacy." conf_files="/etc/tor/tor-tsocks.conf /etc/tor/torrc" make_dirs="/var/lib/tor 0700 tor tor" systemd_services="tor.service on" system_accounts="tor" tor_homedir="/var/lib/tor" post_install() { # Use our own default config file. vinstall ${FILESDIR}/torrc 640 etc/tor rm -f ${DESTDIR}/etc/tor/torrc.sample # Install systemd service. vinstall ${FILESDIR}/tor.service 644 usr/lib/systemd/system }