wok-stable view safecopy/receipt @ rev 10830

Up: tazusb (3.0) - Handle splitted rootfs, bunch of fixes, new style for doc
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jun 07 12:28:06 2011 +0200 (2011-06-07)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="safecopy"
4 VERSION="1.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="A disk data recovery tool to extract data from damaged media"
7 MAINTAINER="slaxemulator@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://safecopy.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure && make && make install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr
23 cp -a $_pkg/usr/bin $fs/usr
24 }