wok-next view joe/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }