wok diff gftp/receipt @ rev 1467

linux-source: build kernel in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 11:49:56 2008 +0000 (2008-10-04)
parents 7f751ebb914e
children a9705edeed03
line diff
     1.1 --- a/gftp/receipt	Mon Apr 21 14:21:55 2008 +0200
     1.2 +++ b/gftp/receipt	Sat Oct 04 11:49:56 2008 +0000
     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