12 lines
389 B
Plaintext
12 lines
389 B
Plaintext
LICENSE := BSD-like
|
|
VERSION := git
|
|
DOWNLOADS := tor.git
|
|
URL(tor) := https://github.com/torproject/tor.git
|
|
REV(tor) := 51d14b3d478a94c410a695f736445f42ccc23fb9
|
|
DIR(tor) := src/app/tor
|
|
PATCHES := src/app/tor/build.patch \
|
|
src/app/tor/no_cloexec.patch \
|
|
src/app/tor/no_flock.patch \
|
|
src/app/tor/no_signals.patch
|
|
PATCH_OPT := -p1 -d src/app/tor
|