wok diff safecopy/receipt @ rev 14834
libxfconf-dev: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 17 15:26:45 2013 +0200 (2013-07-17) |
parents | 816423d2c058 |
children | 380ffe05937a |
line diff
1.1 --- a/safecopy/receipt Sat May 21 03:53:34 2011 +0000 1.2 +++ b/safecopy/receipt Wed Jul 17 15:26:45 2013 +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