wok-next view joe/receipt @ rev 21612

updated e3 (2.8 -> 2.82)
author Hans-G?nter Theisgen
date Thu Jun 25 10:20:43 2020 +0100 (2020-06-25)
parents d5aab818505e
children
line source
1 #Slitaz package receipt v2.
3 PACKAGE="joe"
4 VERSION="4.6"
5 CATEGORY="utilities"
6 SHORT_DESC="Fully featured terminal based screen editor"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://joe-editor.sourceforge.io/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/joe-editor/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev"
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules()
24 {
25 copy @std
26 DEPENDS="ncurses"
27 TAGS="text-editor"
28 }