# HG changeset patch # User Pascal Bellard # Date 1324822762 -3600 # Node ID af5c3f95656e9ac21d010fe31115bc5e4269f75f # Parent d3b60b8cbf14ed8630a6f99c90b84fadb631e11c Add ranger form wok-undigest diff -r d3b60b8cbf14 -r af5c3f95656e ranger/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ranger/receipt Sun Dec 25 15:19:22 2011 +0100 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="ranger" +VERSION="1.5.2" +CATEGORY="utilities" +SHORT_DESC="File manager." +MAINTAINER="paul@slitaz.org" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://nongnu.org/ranger/" +WGET_URL="http://nongnu.org/ranger/$PACKAGE-stable.tar.gz" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs + # remove man stuff + rm -rf $fs/usr/share +} +