wok diff gobby/receipt @ rev 15140
brscan: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 11:35:33 2013 +0000 (2013-08-15) |
parents | ede23b6fb76f |
children | eba8a294807b |
line diff
1.1 --- a/gobby/receipt Thu May 31 20:16:47 2012 +0200 1.2 +++ b/gobby/receipt Thu Aug 15 11:35:33 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Network collaborative editor." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://gobby.0x539.de/trac/" 1.10 WGET_URL="http://releases.0x539.de/gobby/$TARBALL" 1.11 @@ -24,7 +25,7 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/share/pixmaps 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/share/icons/hicolor/48x48/apps/* \ 1.17 + cp -a $install/usr/bin $fs/usr 1.18 + cp -a $install/usr/share/icons/hicolor/48x48/apps/* \ 1.19 $fs/usr/share/pixmaps 1.20 }