summaryrefslogtreecommitdiffstats
path: root/extra/tor/Pkgfile
blob: 3255f7b7be921e140b5f3149b390febc8d56fc05 (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.13-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
}