wok-next diff memo/receipt @ rev 20561
Up rrdtool (1.7.0)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Apr 10 00:40:27 2018 +0300 (2018-04-10) |
parents | 05d684d3b197 |
children | 8e1b2a143eb3 |
line diff
1.1 --- a/memo/receipt Wed Oct 29 16:58:06 2014 +0000 1.2 +++ b/memo/receipt Tue Apr 10 00:40:27 2018 +0300 1.3 @@ -1,28 +1,24 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="memo" 1.8 VERSION="1.0" 1.9 CATEGORY="office" 1.10 -SHORT_DESC="Memo is a command line, Unix-style note-taking software." 1.11 +SHORT_DESC="Memo is a command line, Unix-style note-taking software" 1.12 MAINTAINER="paul@slitaz.org" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 LICENSE="GPL3" 1.15 WEB_SITE="http://www.ideabyte.net/memo/" 1.16 + 1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 WGET_URL="http://www.ideabyte.net/memo/$TARBALL" 1.19 1.20 -DEPENDS="ncurses" 1.21 BUILD_DEPENDS="ncurses-dev" 1.22 1.23 -# Rules to configure and make the package. 1.24 -compile_rules() 1.25 -{ 1.26 - make 1.27 +compile_rules() { 1.28 + make && 1.29 + install -Dm 755 $src/memo $install/usr/bin/memo 1.30 } 1.31 1.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.33 -genpkg_rules() 1.34 -{ 1.35 - mkdir -p $fs/usr/bin 1.36 - cp -a $src/$PACKAGE $fs/usr/bin 1.37 +genpkg_rules() { 1.38 + copy @std 1.39 + DEPENDS="ncurses" 1.40 } 1.41 -