wok-next view magicrescue/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents e8c84b81fa04
children
line source
1 # SliTaz package receipt.
3 PACKAGE="magicrescue"
4 VERSION="1.1.9"
5 CATEGORY="utilities"
6 SHORT_DESC="Find and recover deleted files on block devices"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://freshmeat.sourceforge.net/projects/magicrescue/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.itu.dk/people/jobr/$PACKAGE/release/$TARBALL"
14 compile_rules() {
15 sed -i 's|/man/|/share&|' Makefile*
16 install -d $install/usr
18 ./configure \
19 --prefix=/usr \
20 $CONFIGURE_ARGS &&
21 make PREFIX=$install/usr install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="perl"
27 }