summaryrefslogtreecommitdiffstats
path: root/extra/tor/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-05 17:11:58 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-05 17:11:58 +0100
commit4b4be57e28e13c15e33502d5df13980f36159226 (patch)
treea5478ea082ea4de997676a633d67a1a8fc255493 /extra/tor/Pkgfile
parentc2b56983083afd5bd45c04c0907765f6b3fe9266 (diff)
downloadnutyx-pakxe-4b4be57e28e13c15e33502d5df13980f36159226.tar.gz
nutyx-pakxe-4b4be57e28e13c15e33502d5df13980f36159226.tar.bz2
nutyx-pakxe-4b4be57e28e13c15e33502d5df13980f36159226.tar.xz
nutyx-pakxe-4b4be57e28e13c15e33502d5df13980f36159226.zip
tor dans ouvert
Diffstat (limited to 'extra/tor/Pkgfile')
-rwxr-xr-xextra/tor/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/tor/Pkgfile b/extra/tor/Pkgfile
deleted file mode 100755
index 0eec0b9af..000000000
--- a/extra/tor/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}
-