wok rev 16346

ARM: add tor + tinycm (up to 1.1)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 23:52:01 2014 +0200 (2014-04-12)
parents da5c42f01a06
children 284d636c098f
files libevent/receipt tinycm/receipt tor/receipt
line diff
     1.1 --- a/libevent/receipt	Sat Apr 12 20:04:10 2014 +0200
     1.2 +++ b/libevent/receipt	Sat Apr 12 23:52:01 2014 +0200
     1.3 @@ -17,7 +17,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure \
     1.9  		$CONFIGURE_ARGS &&
    1.10  	make && make install
     2.1 --- a/tinycm/receipt	Sat Apr 12 20:04:10 2014 +0200
     2.2 +++ b/tinycm/receipt	Sat Apr 12 23:52:01 2014 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="tinycm"
     2.7 -VERSION="1.0"
     2.8 +VERSION="1.1"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Small and elegent CGI content manager."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -9,6 +9,7 @@
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14  WEB_SITE="http://www.slitaz.org/"
    2.15  WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz"
    2.16 +HOST_ARCH="i486 arm"
    2.17  
    2.18  # Rules to configure and make the package.
    2.19  compile_rules()
     3.1 --- a/tor/receipt	Sat Apr 12 20:04:10 2014 +0200
     3.2 +++ b/tor/receipt	Sat Apr 12 23:52:01 2014 +0200
     3.3 @@ -9,6 +9,7 @@
     3.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.5  WEB_SITE="http://www.torproject.org/"
     3.6  WGET_URL="https://www.torproject.org/dist/$TARBALL"
     3.7 +HOST_ARCH="i486 arm"
     3.8  
     3.9  DEPENDS="libevent libssl"
    3.10  BUILD_DEPENDS="wget libevent-dev openssl-dev"
    3.11 @@ -16,8 +17,9 @@
    3.12  # Rules to configure and make the package.
    3.13  compile_rules()
    3.14  {
    3.15 -	cd $src
    3.16 -	./configure $CONFIGURE_ARGS --sysconfdir=/etc &&
    3.17 +	./configure \
    3.18 +		--sysconfdir=/etc \
    3.19 +		$CONFIGURE_ARGS &&
    3.20  	make && make install
    3.21  }
    3.22