wok-next view memo/receipt @ rev 19657

Up: xorg-server, xorg-xf86-input-evdev, xorg-xf86-input-synaptics; add: xorg-xf86-input-wacom; remove: xorg-xf86-input-vmmouse.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 04 15:03:03 2017 +0200 (2017-03-04)
parents
children b278b2018965
line source
1 # SliTaz package receipt.
3 PACKAGE="memo"
4 VERSION="1.0"
5 CATEGORY="office"
6 SHORT_DESC="Memo is a command line, Unix-style note-taking software."
7 MAINTAINER="paul@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 LICENSE="GPL3"
10 WEB_SITE="http://www.ideabyte.net/memo/"
11 WGET_URL="http://www.ideabyte.net/memo/$TARBALL"
13 DEPENDS="ncurses"
14 BUILD_DEPENDS="ncurses-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/$PACKAGE $fs/usr/bin
27 }