wok-stable diff clex/receipt @ rev 9970
gcc+gci: fix receipt and build
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 18 17:57:35 2011 +0200 (2011-05-18) |
parents | a1644dbcf632 |
children | 89193566dcbe |
line diff
1.1 --- a/clex/receipt Sat May 07 23:47:19 2011 +0200 1.2 +++ b/clex/receipt Wed May 18 17:57:35 2011 +0200 1.3 @@ -1,28 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="clex" 1.7 -VERSION="3.18" 1.8 +VERSION="4.5" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Text mode file manager." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="ncurses" 1.13 -BUILD_DEPENDS="ncurses-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://www.clex.sk/" 1.16 WGET_URL="http://www.clex.sk/download/$TARBALL" 1.17 TAGS="file-manager" 1.18 1.19 +DEPENDS="ncurses" 1.20 +BUILD_DEPENDS="ncurses-dev" 1.21 + 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 cd $src 1.26 - ./configure \ 1.27 - --prefix=/usr \ 1.28 - --infodir=/usr/share/info \ 1.29 - --mandir=/usr/share/man \ 1.30 - $CONFIGURE_ARGS 1.31 - make 1.32 - make DESTDIR=$PWD/_pkg install 1.33 + ./configure && make && make install 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg.