wok-next view joe/receipt @ rev 20587

Up librsync (2.0.2)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 15:01:16 2018 +0300 (2018-04-14)
parents c4e53a39395a
children d5aab818505e
line source
1 #Slitaz package receipt v2.
3 PACKAGE="joe"
4 VERSION="3.7"
5 CATEGORY="utilities"
6 SHORT_DESC="Joe's Own Editor is a fully featured terminal based screen editor"
7 MAINTAINER="threarth@yahoo.it"
8 LICENSE="GPL"
9 WEB_SITE="http://joe-editor.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/joe-editor/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="ncurses"
25 TAGS="text-editor"
26 }