wok-next annotate tor/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents d43bf7aae921
children 6338dc73c183
rev   line source
al@20534 1 # SliTaz package receipt v2.
0dddba11@861 2
0dddba11@861 3 PACKAGE="tor"
al@20534 4 VERSION="0.3.2.10"
0dddba11@861 5 CATEGORY="network"
al@20534 6 SHORT_DESC="An anonymizing overlay network for TCP"
0dddba11@861 7 MAINTAINER="0dddba11@googlemail.com"
pascal@15601 8 LICENSE="BSD"
al@20534 9 WEB_SITE="http://www.torproject.org/"
al@20534 10
0dddba11@861 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
gokhlayeh@8866 12 WGET_URL="https://www.torproject.org/dist/$TARBALL"
0dddba11@861 13
al@20513 14 BUILD_DEPENDS="libevent-dev openssl-dev perl zlib-dev"
erjo@9886 15
al@20534 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
al@20534 18 make &&
al@20534 19 make install || return 1
al@20534 20
al@20534 21 mv $install/etc/tor/torrc.sample $install/etc/tor/torrc
0dddba11@861 22 }
0dddba11@861 23
al@20534 24 genpkg_rules() {
al@20534 25 copy @std
al@20534 26 DEPENDS="libevent openssl"
0dddba11@861 27 }