wok view dd_rescue/receipt @ rev 10859

Up: slitaz-tools (4.4) - Big clean-up, better i18n, more GTK/Yad boxes
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jun 18 22:33:14 2011 +0200 (2011-06-18)
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 }