wok-6.x diff rapidsvn/receipt @ rev 6625
Bumped open-iscsi. I think there was a time error with date 10/20/1914 that was cause the problem with it compiling.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 10 02:41:04 2010 +0000 (2010-10-10) |
parents | 1707e54fb4cf |
children | b8c61f52220c |
line diff
1.1 --- a/rapidsvn/receipt Sun Feb 28 17:05:24 2010 +0100 1.2 +++ b/rapidsvn/receipt Sun Oct 10 02:41:04 2010 +0000 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="rapidsvn" 1.7 -VERSION="0.9.8" 1.8 +VERSION="0.12.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A cross-platform GUI front-end for the Subversion revision system." 1.11 MAINTAINER="stefanossofroniou542@gmail.com" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 -DEPENDS="wxWidgets subversion apr apr-util libtool cyrus-sasl neon libcomerr3 \ 1.14 -xorg-libXxf86vm" 1.15 -BUILD_DEPENDS="wxWidgets-dev subversion-dev apr-dev apr-util-dev cyrus-sasl-dev" 1.16 +DEPENDS="wxWidgets subversion apr apr-util libtool xorg-libXxf86vm libproxy sqlite" 1.17 +BUILD_DEPENDS="$DEPENDS wxWidgets-dev subversion-dev apr-dev apr-util-dev cyrus-sasl-dev neon-dev libproxy-dev sqlite-dev expat-dev" 1.18 WEB_SITE="http://rapidsvn.tigris.org/" 1.19 -WGET_URL="http://www.rapidsvn.org/download/release/$VERSION/$PACKAGE-$VERSION.tar.gz" 1.20 +TARBALL=$PACKAGE-$VERSION-1.tar.gz 1.21 +WGET_URL="http://www.rapidsvn.org/download/release/0.12/$TARBALL" 1.22 TAGS="subversion svn version-control versioning" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 + src=$WOK/$PACKAGE/$PACKAGE-$VERSION-1 1.28 cd $src 1.29 ./configure --prefix=/usr \ 1.30 --with-apr-config=apr-1-config \ 1.31 @@ -32,6 +33,7 @@ 1.32 # Rules to gen a SliTaz package suitable for Tazpkg. 1.33 genpkg_rules() 1.34 { 1.35 + _pkg=$WOK/$PACKAGE/$PACKAGE-$VERSION-1/_pkg 1.36 mkdir -p $fs/usr/lib \ 1.37 $fs/usr/share \ 1.38 $fs/usr/share/applications \