wok-stable diff partimage/receipt @ rev 1740
Add ttyload
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 22 17:36:58 2008 +0000 (2008-11-22) |
parents | 10710b8535bc |
children | 43431755fb4c |
line diff
1.1 --- a/partimage/receipt Thu Jul 24 12:27:06 2008 +0000 1.2 +++ b/partimage/receipt Sat Nov 22 17:36:58 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