tor: switch to /usr.

This commit is contained in:
Juan RP 2012-07-09 23:06:54 +02:00
parent 2590cbcf67
commit 349ed1734b

View file

@ -1,15 +1,15 @@
# Template file for 'tor'
pkgname=tor
version=0.2.2.37
revision=1
homepage="http://www.torproject.org/"
distfiles="http://www.torproject.org/dist/tor-$version.tar.gz"
revision=2
build_style=gnu-configure
makedepends="zlib-devel openssl-devel libevent-devel"
fulldepends="ca-certificates tsocks"
short_desc="Anonymity Online"
maintainer="Juan RP <xtraeme@gmail.com>"
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
@ -30,5 +30,5 @@ post_install() {
vinstall ${FILESDIR}/torrc 640 etc/tor
rm -f ${DESTDIR}/etc/tor/torrc.sample
# Install systemd service.
vinstall ${FILESDIR}/tor.service 644 lib/systemd/system
vinstall ${FILESDIR}/tor.service 644 usr/lib/systemd/system
}