wok-current diff joe/receipt @ rev 15198
php*: add license
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 07 15:59:12 2013 +0000 (2013-09-07) |
parents | 36a438c097dc |
children | 8abb017ed841 |
line diff
1.1 --- a/joe/receipt Mon Jun 11 16:33:12 2012 +0200 1.2 +++ b/joe/receipt Sat Sep 07 15:59:12 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Joe's Own editor is a fully featured terminal based screen editor" 1.6 MAINTAINER="threarth@yahoo.it" 1.7 +LICENSE="GPL" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://joe-editor.sourceforge.net/" 1.10 WGET_URL="http://downloads.sourceforge.net/project/joe-editor/JOE%20sources/$PACKAGE-$VERSION/$PACKAGE-$VERSION.tar.gz" 1.11 @@ -25,7 +26,7 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/etc/joe $fs/usr/share 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/etc/ $fs 1.17 - cp -a $_pkg/usr/share/joe $fs/usr/share 1.18 + cp -a $install/usr/bin $fs/usr 1.19 + cp -a $install/etc/ $fs 1.20 + cp -a $install/usr/share/joe $fs/usr/share 1.21 }