wok annotate dd_rhelp/receipt @ rev 13979

Add alarm-clock-applet
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 07 01:18:17 2013 +0000 (2013-02-07)
parents
children 7896f0694ef6
rev   line source
pascal@13870 1 # SliTaz package receipt.
pascal@13870 2
pascal@13870 3 PACKAGE="dd_rhelp"
pascal@13870 4 VERSION="0.3.0"
pascal@13870 5 CATEGORY="system-tools"
pascal@13870 6 SHORT_DESC="Block device copy tools."
pascal@13870 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@13870 8 DEPENDS="bash dd_rescue"
pascal@13870 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@13870 10 WEB_SITE="http://www.kalysto.org/utilities/dd_rhelp/"
pascal@13870 11 WGET_URL="http://www.kalysto.org/pkg/$TARBALL"
pascal@13870 12
pascal@13870 13 # Rules to configure and make the package.
pascal@13870 14 compile_rules()
pascal@13870 15 {
pascal@13870 16 cd $src
pascal@13870 17 }
pascal@13870 18
pascal@13870 19 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13870 20 genpkg_rules()
pascal@13870 21 {
pascal@13870 22 mkdir -p $fs/usr/bin
pascal@13870 23 cp -a $src/dd_rhelp $fs/usr/bin
pascal@13870 24 }
pascal@13870 25