wok diff gftp/receipt @ rev 1699

Add: get-eclipse-pdt, get and install eclipse PDT
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Nov 13 00:04:59 2008 +0100 (2008-11-13)
parents 7f751ebb914e
children a9705edeed03
line diff
     1.1 --- a/gftp/receipt	Mon Apr 21 14:21:55 2008 +0200
     1.2 +++ b/gftp/receipt	Thu Nov 13 00:04:59 2008 +0100
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Small and speed FTP client."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+"
     1.7 +BUILD_DEPENDS="pkg-config gtk+-dev gtk+"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.gftp.org/"
    1.10  WGET_URL="http://www.gftp.org/$TARBALL"
    1.11 @@ -16,8 +17,8 @@
    1.12  	cd $src
    1.13  	./configure --prefix=/usr --mandir=/usr/share/man \
    1.14  	--disable-ssl --disable-textport \
    1.15 -	$CONFIGURE_ARGS
    1.16 -	make
    1.17 +	$CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21