wok view safecopy/receipt @ rev 13436

Up: claws-mail-attremover(1.0.14)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 01:18:17 2012 +0200 (2012-10-07)
parents 816423d2c058
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="safecopy"
4 VERSION="1.7"
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 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 }