# HG changeset patch # User Allan Pinto # Date 1241001592 0 # Node ID 28e65b8aa704d6cc7cb5e16688009496053b4c94 # Parent a61d78f0f6156500981205c4dbc3dcdd9da7c482 add ytree file manager diff -r a61d78f0f615 -r 28e65b8aa704 ytree/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ytree/receipt Wed Apr 29 10:39:52 2009 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="ytree" +VERSION="1.92" +CATEGORY="utilities" +SHORT_DESC="file manager for file and archives" +MAINTAINER="allan316@gmail.com" +BUILD_DEPENDS="readline readline-dev ncurses-dev" +DEPENDS="readline ncurses" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.han.de/~werner/ytree.html" +WGET_URL="http://www.han.de/~werner/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $src/ytree $fs/usr/bin + strip -s $fs/usr/bin/* +} +