# SliTaz package receipt. PACKAGE="magicrescue" VERSION="1.1.9" CATEGORY="utilities" SHORT_DESC="Find and recover deleted files on block devices." MAINTAINER="slaxemulator@gmail.com" DEPENDS="perl" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://freshmeat.net/projects/magicrescue/" WGET_URL="http://www.itu.dk/people/jobr/$PACKAGE/release/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src install -d $PWD/_pkg/usr ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && make PREFIX=$PWD/_pkg/usr install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/magicrescue $fs/usr/share }