From f19e927a3e3cdf730f7902bcd7e385fdea637b8c Mon Sep 17 00:00:00 2001 From: fanch Date: Fri, 9 Apr 2010 15:11:08 +0200 Subject: Ajout de tor#0.2.2.10-alpha-1 --- extra/tor/.directory | 5 +++++ extra/tor/.footprint | 25 +++++++++++++++++++++++++ extra/tor/.md5sum | 1 + extra/tor/Pkgfile | 16 ++++++++++++++++ 4 files changed, 47 insertions(+) create mode 100644 extra/tor/.directory create mode 100755 extra/tor/.footprint create mode 100755 extra/tor/.md5sum create mode 100755 extra/tor/Pkgfile (limited to 'extra/tor') diff --git a/extra/tor/.directory b/extra/tor/.directory new file mode 100644 index 000000000..3280ded21 --- /dev/null +++ b/extra/tor/.directory @@ -0,0 +1,5 @@ +[Dolphin] +Timestamp=2010,4,9,15,7,59 + +[Settings] +ShowDotFiles=true diff --git a/extra/tor/.footprint b/extra/tor/.footprint new file mode 100755 index 000000000..8d6d6edff --- /dev/null +++ b/extra/tor/.footprint @@ -0,0 +1,25 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/tor +-rwxr-xr-x root/root usr/bin/tor-gencert +-rwxr-xr-x root/root usr/bin/tor-resolve +-rwxr-xr-x root/root usr/bin/torify +drwxr-xr-x root/root usr/etc/ +drwxr-xr-x root/root usr/etc/tor/ +-rw-r--r-- root/root usr/etc/tor/tor-tsocks.conf +-rw-r--r-- root/root usr/etc/tor/torrc.sample +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/doc/ +drwxr-xr-x root/root usr/share/doc/tor/ +-rw-r--r-- root/root usr/share/doc/tor/tor-gencert.html +-rw-r--r-- root/root usr/share/doc/tor/tor-resolve.html +-rw-r--r-- root/root usr/share/doc/tor/tor.html +-rw-r--r-- root/root usr/share/doc/tor/torify.html +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/tor-gencert.1.gz +-rw-r--r-- root/root usr/share/man/man1/tor-resolve.1.gz +-rw-r--r-- root/root usr/share/man/man1/tor.1.gz +-rw-r--r-- root/root usr/share/man/man1/torify.1.gz +drwxr-xr-x root/root usr/share/tor/ +-rw-r--r-- root/root usr/share/tor/geoip diff --git a/extra/tor/.md5sum b/extra/tor/.md5sum new file mode 100755 index 000000000..c9a37f242 --- /dev/null +++ b/extra/tor/.md5sum @@ -0,0 +1 @@ +e2576c3c355b1c6830c91fb0643f06be tor-0.2.2.10-alpha.tar.gz 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 +} -- cgit v1.2.3-70-g09d2