wok-next annotate retawq/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents d6378d455338
children 95afb7884ec0
rev   line source
al@21020 1 # SliTaz package receipt v2.
pankso@8 2
pankso@8 3 PACKAGE="retawq"
pankso@8 4 VERSION="0.2.6c"
pankso@203 5 CATEGORY="network"
al@19543 6 SHORT_DESC="Multi-threaded web browser for text terminals"
al@21020 7 MAINTAINER="devel@slitaz.org"
al@14904 8 LICENSE="GPL2"
al@19543 9 WEB_SITE="http://retawq.sourceforge.net/"
al@21020 10
pankso@8 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@8 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pankso@12836 13
pascal@19960 14 BUILD_DEPENDS="ncurses-dev"
pankso@8 15
al@21020 16 compile_rules() {
pankso@890 17 ./configure \
pankso@890 18 --enable-local-cgi \
pankso@890 19 --path-prefix=/usr \
pankso@890 20 --path-doc=/usr/share/doc/retawq \
al@19543 21 --path-man=/usr/share/man \
al@21020 22 --enable-i18n &&
al@21020 23 make &&
al@21020 24 make install || return 1
al@19543 25
al@19543 26 mkdir -p $install/usr/share/applications $install/etc
al@19543 27 cp $stuff/retawq.desktop $install/usr/share/applications
al@19543 28 cp -a $stuff/skel $install/etc
pankso@8 29 }
pankso@8 30
al@19543 31 # The base web browser for ARM, so check
al@21020 32 testsuite() {
pankso@12836 33 readelf -h $src/retawq
pankso@12836 34 }
pankso@12836 35
al@21020 36 genpkg_rules() {
al@19783 37 copy bin/ skel/
al@21020 38 DEPENDS="ncurses"
al@21020 39 TAGS="web-browser"
pankso@8 40 }