wok-next annotate netrik/receipt @ rev 20796

Add descriptions to the GNOME games
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 10 16:17:43 2018 +0300 (2018-06-10)
parents 6c12ac1293fc
children d5aab818505e
rev   line source
al@20513 1 # SliTaz package receipt v2.
al@13649 2
al@13649 3 PACKAGE="netrik"
al@13649 4 VERSION="1.16.1"
al@13649 5 CATEGORY="utilities"
al@20513 6 SHORT_DESC="Advanced text-mode WWW browser, focusing on a convenient user \
al@20513 7 interface"
al@13649 8 MAINTAINER="al.bobylev@gmail.com"
pascal@15000 9 LICENSE="GPL2"
al@13649 10 WEB_SITE="http://netrik.sourceforge.net/"
al@20513 11
al@13649 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@13649 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
al@13649 14
pascal@19952 15 BUILD_DEPENDS="readline-dev ncurses-dev"
al@13649 16
al@20513 17 compile_rules() {
al@13649 18 # fix headers
al@13649 19 for src in colors-bright colors-dark links main pager parse-syntax render screen; do
al@13649 20 sed -i '/#include <ncursesw/ s|ncursesw/||g' ${src}.c
al@13649 21 done
al@13649 22
al@13649 23 ./configure $CONFIGURE_ARGS && make && make install
al@13649 24 }
al@13649 25
al@20513 26 genpkg_rules() {
al@20513 27 copy @std
al@20513 28 DEPENDS="glibc-base ncurses readline"
al@13649 29 }