wok view safecopy/receipt @ rev 12650

update url for WGET_URL => smbbox.free.fr/src/
author Stanislas Leduc <shann@slitaz.org>
date Mon Apr 30 08:35:44 2012 +0200 (2012-04-30)
parents
children 58689c13dd4b
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 }