summaryrefslogtreecommitdiffstats
path: root/extra/tor/Pkgfile
blob: 1d650415e23a17109eb0c4ce3fd3c8a7329253c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Description: l'anonymat en ligne
# URL: http://www.torproject.org/
# Maintainer: NuTyX core team
# Packager: fanch
# Depends on: asciidoc, libevent, openssl, zlib

name=tor
version=0.2.2.10-alpha
release=1
source=(http://www.torproject.org/dist/$name-$version.tar.gz)
build() {
	cd $name-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}