wok diff icoutils/receipt @ rev 15029
partclone: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 12 09:47:27 2013 +0000 (2013-08-12) |
parents | e2ec61dec110 |
children | f5dd6be1bf44 |
line diff
1.1 --- a/icoutils/receipt Wed Sep 05 14:53:08 2012 +0200 1.2 +++ b/icoutils/receipt Mon Aug 12 09:47:27 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="Microsoft Windows icon and cursor files convertion tools." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.nongnu.org/icoutils" 1.10 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" 1.11 @@ -26,5 +27,5 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 + cp -a $install/usr/bin $fs/usr 1.17 }