diff options
author | fanch <fanchyannmaria at orange dot fr> | 2010-04-09 15:11:08 +0200 |
---|---|---|
committer | fanch <fanchyannmaria at orange dot fr> | 2010-04-09 15:11:08 +0200 |
commit | f19e927a3e3cdf730f7902bcd7e385fdea637b8c (patch) | |
tree | 0933da8dd6d7812bfc9a4ba76621f7615c66c632 /extra/tor/Pkgfile | |
parent | 74e44568e392d32c32add77fc4afdef2d1482d33 (diff) | |
download | nutyx-pakxe-f19e927a3e3cdf730f7902bcd7e385fdea637b8c.tar.gz nutyx-pakxe-f19e927a3e3cdf730f7902bcd7e385fdea637b8c.tar.bz2 nutyx-pakxe-f19e927a3e3cdf730f7902bcd7e385fdea637b8c.tar.xz nutyx-pakxe-f19e927a3e3cdf730f7902bcd7e385fdea637b8c.zip |
Ajout de tor#0.2.2.10-alpha-1
Diffstat (limited to 'extra/tor/Pkgfile')
-rwxr-xr-x | extra/tor/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/tor/Pkgfile b/extra/tor/Pkgfile new file mode 100755 index 000000000..1d650415e --- /dev/null +++ b/extra/tor/Pkgfile @@ -0,0 +1,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 +} |