summaryrefslogtreecommitdiffstats
path: root/extra/tor/Pkgfile
blob: 0eec0b9af316e21ee10b15918a9dfebed5dfc79e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: l'anonymat en ligne
# URL: http://www.torproject.org/
# Maintainer: NuTyX core team
# Packager: fanch
# Depends on: asciidoc, libevent, openssl, zlib
# Run 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
}