wok view dd_rescue/receipt @ rev 11441

up: sip 4.13
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Dec 16 15:42:01 2011 +0100 (2011-12-16)
parents 0db5fd19d4c1
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="dd_rescue"
4 VERSION="1.22"
5 CATEGORY="system-tools"
6 SHORT_DESC="Block device copy tools."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.garloff.de/kurt/linux/ddrescue/"
11 WGET_URL="http://www.garloff.de/kurt/linux/ddrescue/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a $src/dd_rescue $fs/usr/bin
25 }