wok diff dd_rescue/receipt @ rev 690
lxpanel: declare /usr/bin/lxsession-logout
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 25 21:58:06 2008 +0000 (2008-04-25) |
parents | |
children | a075ff895254 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dd_rescue/receipt Fri Apr 25 21:58:06 2008 +0000 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="dd_rescue" 1.7 +VERSION="1.14" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Block device copy tools." 1.10 +MAINTAINER="Erjo <erjo@slitaz.org>" 1.11 +DEPENDS="" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://www.garloff.de/kurt/linux/ddrescue/" 1.14 +WGET_URL="http://www.garloff.de/kurt/linux/ddrescue/$TARBALL" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + src=$PACKAGE 1.20 + cd $src 1.21 + make 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + src=$PACKAGE 1.28 + mkdir -p $fs/usr/bin 1.29 + cp -a $src/dd_rescue $fs/usr/bin 1.30 +} 1.31 + 1.32 +clean_wok() 1.33 +{ 1.34 + rm -rf $WOK/$PACKAGE/$PACKAGE 1.35 +} 1.36 +