wok diff rapidsvn/receipt @ rev 5006

[q-r]*: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 28 17:05:24 2010 +0100 (2010-02-28)
parents 8be66f03fbd2
children f405c2444fa9
line diff
     1.1 --- a/rapidsvn/receipt	Wed Feb 24 11:44:49 2010 +0000
     1.2 +++ b/rapidsvn/receipt	Sun Feb 28 17:05:24 2010 +0100
     1.3 @@ -6,7 +6,8 @@
     1.4  SHORT_DESC="A cross-platform GUI front-end for the Subversion revision system."
     1.5  MAINTAINER="stefanossofroniou542@gmail.com"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -DEPENDS="wxWidgets subversion apr apr-util libtool cyrus-sasl neon"
     1.8 +DEPENDS="wxWidgets subversion apr apr-util libtool cyrus-sasl neon libcomerr3 \
     1.9 +xorg-libXxf86vm"
    1.10  BUILD_DEPENDS="wxWidgets-dev subversion-dev apr-dev apr-util-dev cyrus-sasl-dev"
    1.11  WEB_SITE="http://rapidsvn.tigris.org/"
    1.12  WGET_URL="http://www.rapidsvn.org/download/release/$VERSION/$PACKAGE-$VERSION.tar.gz"
    1.13 @@ -23,8 +24,8 @@
    1.14  		--with-wx-config=wx-config \
    1.15  		--with-svn-include=/usr/include \
    1.16  		--with-svn-lib=/usr/lib \
    1.17 -		$CONFIGURE_ARGS
    1.18 -	make
    1.19 +		$CONFIGURE_ARGS &&
    1.20 +	make &&
    1.21  	make DESTDIR=$PWD/_pkg install
    1.22  }
    1.23