wok diff krb5/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 23798260cf7d
children bd6010223726
line diff
     1.1 --- a/krb5/receipt	Sun Aug 31 11:58:29 2008 +0000
     1.2 +++ b/krb5/receipt	Thu Nov 13 00:04:59 2008 +0100
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Network authentication protocol with strong authentication."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION-signed.tar"
     1.7 +BUILD_DEPENDS="perl bison"
     1.8  WEB_SITE="http://web.mit.edu/Kerberos/"
     1.9  WGET_URL="${WEB_SITE}dist/$PACKAGE/1.6/$TARBALL"
    1.10  DEPENDS="libkrb5"
    1.11 @@ -18,9 +19,9 @@
    1.12  	cd $src/src
    1.13  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.14  	--sysconfdir=/etc --localstatedir=/var \
    1.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.16 -	make
    1.17 -	make DESTDIR=$PWD/../_pkg install
    1.18 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20 +	make DESTDIR=$PWD/../_pkg install &&
    1.21  	cp ../../stuff/*.files-list ..
    1.22  }
    1.23