wok-next diff memo/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 8e1b2a143eb3 |
children |
line diff
1.1 --- a/memo/receipt Sat Sep 01 16:21:51 2018 +0300 1.2 +++ b/memo/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="memo" 1.5 VERSION="0.6" 1.6 CATEGORY="office" 1.7 -SHORT_DESC="Memo is a command line, Unix-style note-taking software" 1.8 +SHORT_DESC="Command line, Unix-style note-taking software" 1.9 MAINTAINER="paul@slitaz.org" 1.10 LICENSE="GPL3" 1.11 WEB_SITE="http://palovandalo.com/memo/" 1.12 @@ -14,7 +14,7 @@ 1.13 BUILD_DEPENDS="ncurses-dev" 1.14 1.15 compile_rules() { 1.16 - install -Dm 755 memo $install/usr/bin/memo || return 1 1.17 + install -Dm755 memo $install/usr/bin/memo || return 1 1.18 1.19 cook_pick_manpages doc/memo.1 1.20 }