wok-6.x annotate memo/receipt @ rev 20240
Add dummynet64, lirc64, nvidia64-173xx, nvidia64-96xx, tp_smapi64
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 09 16:57:32 2018 +0100 (2018-03-09) |
parents | |
children | eeba7ab1dffe |
rev | line source |
---|---|
paul@17292 | 1 # SliTaz package receipt. |
paul@17292 | 2 |
paul@17292 | 3 PACKAGE="memo" |
paul@17292 | 4 VERSION="1.0" |
paul@17292 | 5 CATEGORY="office" |
paul@17292 | 6 SHORT_DESC="Memo is a command line, Unix-style note-taking software." |
paul@17292 | 7 MAINTAINER="paul@slitaz.org" |
paul@17292 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
paul@17292 | 9 LICENSE="GPL3" |
paul@17292 | 10 WEB_SITE="http://www.ideabyte.net/memo/" |
paul@17292 | 11 WGET_URL="http://www.ideabyte.net/memo/$TARBALL" |
paul@17292 | 12 |
paul@17292 | 13 DEPENDS="ncurses" |
paul@17292 | 14 BUILD_DEPENDS="ncurses-dev" |
paul@17292 | 15 |
paul@17292 | 16 # Rules to configure and make the package. |
paul@17292 | 17 compile_rules() |
paul@17292 | 18 { |
paul@17292 | 19 make |
paul@17292 | 20 } |
paul@17292 | 21 |
paul@17292 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@17292 | 23 genpkg_rules() |
paul@17292 | 24 { |
paul@17292 | 25 mkdir -p $fs/usr/bin |
paul@17292 | 26 cp -a $src/$PACKAGE $fs/usr/bin |
paul@17292 | 27 } |
paul@17292 | 28 |