wok diff subversion/receipt @ rev 1577

abiword-plugins: add libgio in DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 15 20:27:12 2008 +0000 (2008-10-15)
parents 03a799424aaa
children f27f36c37eaf
line diff
     1.1 --- a/subversion/receipt	Fri Sep 26 09:21:16 2008 +0000
     1.2 +++ b/subversion/receipt	Wed Oct 15 20:27:12 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Subversion Source Code Management access"
     1.5  MAINTAINER="lehswe@gmail.com"
     1.6  DEPENDS="apr-util"
     1.7 -BUILD_DEPENDS="zlib-dev neon expat apr-dev apr-util-dev apr-util"
     1.8 +BUILD_DEPENDS="zlib-dev neon expat apr-dev apr-util-dev apr-util mysql-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://subversion.tigris.org"
    1.11  WGET_URL="http://subversion.tigris.org/downloads/$TARBALL"
    1.12 @@ -16,8 +16,8 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.17 -	make
    1.18 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22