wok rev 13248

Up safecopy (1.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 14 14:15:38 2012 +0200 (2012-08-14)
parents 2b0f10522770
children 9589451c3651
files safecopy/receipt
line diff
     1.1 --- a/safecopy/receipt	Tue Aug 14 13:39:33 2012 +0200
     1.2 +++ b/safecopy/receipt	Tue Aug 14 14:15:38 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="safecopy"
     1.7 -VERSION="1.6"
     1.8 +VERSION="1.7"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="A disk data recovery tool to extract data from damaged media"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -9,6 +9,9 @@
    1.13  WEB_SITE="http://safecopy.sourceforge.net/"
    1.14  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 +DEPENDS=""
    1.17 +BUILD_DEPENDS=""
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 @@ -20,6 +23,6 @@
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr
    1.26 -	cp -a $_pkg/usr/bin $fs/usr
    1.27 +	cp -a $install/usr/bin $fs/usr
    1.28  }
    1.29