wok diff partimage/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 10710b8535bc
children 43431755fb4c
line diff
     1.1 --- a/partimage/receipt	Thu Jul 24 12:27:06 2008 +0000
     1.2 +++ b/partimage/receipt	Wed Oct 15 20:27:12 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Saves partitions in an image file."
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  DEPENDS="newt bzip2 openssl"
     1.7 -BUILD_DEPENDS="newt-dev slang-dev bzip2-dev openssl-dev"
     1.8 +BUILD_DEPENDS="newt newt-dev slang-dev bzip2-dev openssl-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.partimage.org/Index.fr.html"
    1.11  WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/partimage/$TARBALL"
    1.12 @@ -18,8 +18,8 @@
    1.13  	./configure --prefix=/usr \
    1.14  	 --sysconfdir=/etc \
    1.15  	 --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