wok-next view magicrescue/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }