wok-next rev 8562
imported patch get/lorcon
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 13 22:57:56 2011 +0100 (2011-02-13) |
parents | 7cd28c1efe9b |
children | 1d765f8acefe |
files | lorcon/receipt |
line diff
1.1 --- a/lorcon/receipt Sun Feb 13 22:57:56 2011 +0100 1.2 +++ b/lorcon/receipt Sun Feb 13 22:57:56 2011 +0100 1.3 @@ -7,18 +7,12 @@ 1.4 MAINTAINER="slaxemulator@gmail.com" 1.5 BUILD_DEPENDS="subversion" 1.6 WEB_SITE="http://802.11ninja.net/lorcon/" 1.7 +WGET_URL="subversion|http://802.11ninja.net/svn/lorcon/trunk" 1.8 +BRANCH="$VERSION" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 - TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma 1.14 - if [ -f $TARBALL ]; then 1.15 - unlzma -c $TARBALL | tar xf - 1.16 - else 1.17 - svn checkout -r $VERSION \ 1.18 - http://802.11ninja.net/svn/lorcon/trunk $PACKAGE-$VERSION 1.19 - tar cf - $PACKAGE-$VERSION | lzma e $TARBALL -si 1.20 - fi 1.21 cd $src 1.22 ./configure \ 1.23 --prefix=/usr \