# HG changeset patch # User Christophe Lincoln # Date 1305148007 -7200 # Node ID 5bc185ddf5b987266bbec31579d2928e75f77952 # Parent 046f53ee26fda7681bee1aa167ae0cf5bb5cfa65 clex: update to fix WGET_URL (my favorite text mode fm) diff -r 046f53ee26fd -r 5bc185ddf5b9 clex/receipt --- a/clex/receipt Wed May 11 23:00:08 2011 +0200 +++ b/clex/receipt Wed May 11 23:06:47 2011 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt. PACKAGE="clex" -VERSION="3.18" +VERSION="4.5" CATEGORY="system-tools" SHORT_DESC="Text mode file manager." MAINTAINER="pankso@slitaz.org" -DEPENDS="ncurses" -BUILD_DEPENDS="ncurses-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.clex.sk/" WGET_URL="http://www.clex.sk/download/$TARBALL" TAGS="file-manager" +DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make - make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.