[oe-commits] Denis 'GNUtoo' Carikli : tor: add 0.2.1.30 version

git version control git at git.openembedded.org
Tue Jul 5 16:07:56 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8be60a2d5abc622cf8ab0031e756cb680b2ea6b7
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=8be60a2d5abc622cf8ab0031e756cb680b2ea6b7

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Mon Jul  4 17:06:57 2011 +0200

tor: add 0.2.1.30 version

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

 recipes/tor/tor_0.2.1.30.bb |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/recipes/tor/tor_0.2.1.30.bb b/recipes/tor/tor_0.2.1.30.bb
new file mode 100644
index 0000000..e713629
--- /dev/null
+++ b/recipes/tor/tor_0.2.1.30.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "Tor is a network of virtual tunnels that allows people and groups \
+              to improve their privacy and security on the Internet."
+HOMEPAGE = "http://tor.eff.org"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "BSD"
+DEPENDS = "libevent openssl zlib"
+
+SRC_URI = "http://tor.eff.org/dist/${P}.tar.gz \
+           file://tor.init"
+
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "tor"
+
+do_install_append() {
+	install -d ${D}${sysconfdir}/init.d
+	install ${WORKDIR}/tor.init ${D}${sysconfdir}/init.d/tor
+}
+
+SRC_URI[md5sum] = "6c6d61e053af5969a245d025c4cfce9d"
+SRC_URI[sha256sum] = "f352a1a8ffa469ae251324f89386074074bcffef1a7c6a72caa7e4c2d12ce109"
+





More information about the Openembedded-commits mailing list