omap3.inc: bump MACHINE_KERNEL_PR for beagleboard changes
[openembedded.git] / recipes / tor / tor_0.1.1.26.bb
blob1045c0b6b662ef54643943d310b0b2b2a09bc9ee
1 DESCRIPTION = "Tor is a network of virtual tunnels that allows people and groups \
2 to improve their privacy and security on the Internet."
3 HOMEPAGE = "http://tor.eff.org"
4 SECTION = "console/network"
5 PRIORITY = "optional"
6 LICENSE = "BSD"
7 DEPENDS = "libevent openssl zlib"
9 SRC_URI = "http://tor.eff.org/dist/${P}.tar.gz \
10 file://configure.patch \
11 file://make.patch \
12 file://compat.patch \
13 file://tor.init"
16 inherit autotools update-rc.d
18 INITSCRIPT_NAME = "tor"
20 do_install_append() {
21 install -d ${D}${sysconfdir}/init.d
22 install ${WORKDIR}/tor.init ${D}${sysconfdir}/init.d/tor
25 SRC_URI[md5sum] = "0667df7a1f670bee5163b607aea172ba"
26 SRC_URI[sha256sum] = "3be8c89be5b927e73b77a82ca3d83f0f162fceea2d6a14ce1c0cf5333b36cd1c"