wok-next annotate 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
rev   line source
al@20534 1 #Slitaz package receipt v2.
pankso@9789 2
pankso@9789 3 PACKAGE="joe"
pankso@9789 4 VERSION="3.7"
pankso@9789 5 CATEGORY="utilities"
al@17501 6 SHORT_DESC="Joe's Own Editor is a fully featured terminal based screen editor"
pascal@13024 7 MAINTAINER="threarth@yahoo.it"
pascal@15003 8 LICENSE="GPL"
al@20534 9 WEB_SITE="http://joe-editor.sourceforge.net/"
al@20534 10
pankso@9789 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20534 12 WGET_URL="$SF_MIRROR/joe-editor/$TARBALL"
pankso@9789 13
pascal@19952 14 BUILD_DEPENDS="ncurses-dev"
pankso@9789 15
al@20534 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
al@20534 18 make &&
al@20534 19 make install
pankso@9789 20 }
pankso@9789 21
al@20534 22 genpkg_rules() {
al@20534 23 copy @std
al@20534 24 DEPENDS="ncurses"
al@20534 25 TAGS="text-editor"
pankso@9789 26 }