wok-next annotate squidview/receipt @ rev 21529

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
parents 466bca9334ef
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@16145 2
pascal@16145 3 PACKAGE="squidview"
pascal@16145 4 VERSION="0.80"
pascal@16145 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Monitors and displays squid logs in console"
pascal@16145 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16145 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://www.rillion.net/squidview/"
al@21020 10
pascal@16145 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@16145 12 WGET_URL="$WEB_SITE$TARBALL"
pascal@16145 13
pascal@16145 14 BUILD_DEPENDS="ncurses-dev"
pascal@16145 15
al@21020 16 compile_rules() {
al@21020 17 ./configure \
al@21020 18 --prefix=/usr \
pascal@16145 19 --mandir=/usr/share/man \
al@21020 20 $CONFIGURE_ARGS &&
pascal@16145 21 make &&
al@21020 22 make DESTDIR=$install install
pascal@16145 23 }
pascal@16145 24
al@21020 25 genpkg_rules() {
al@21020 26 copy @std
al@21020 27 DEPENDS="ncurses gcc-lib-base"
pascal@16145 28 }