wok-next annotate logsurfer/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 d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@17330 2
pascal@17330 3 PACKAGE="logsurfer"
pascal@17330 4 VERSION="1.8"
pascal@17330 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="A program for monitoring system logs in real-time"
pascal@17330 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17330 8 LICENSE="GPL"
al@21041 9 WEB_SITE="https://www.crypt.gen.nz/logsurfer/"
al@21020 10
pascal@17330 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17330 12 WGET_URL="$WEB_SITE/$TARBALL"
pascal@17330 13
al@21020 14 compile_rules() {
al@21020 15 mkdir -p \
al@21020 16 $install/usr/share/man/man1 \
al@21020 17 $install/usr/share/man/man4 \
al@21020 18 $install/usr/bin
al@21020 19 sed -i "s|dir = @|dir = $install/@|" Makefile.in
al@21020 20
al@21020 21 ./configure \
al@21020 22 --prefix=/usr \
pascal@17330 23 $CONFIGURE_ARGS &&
pascal@17330 24 make &&
al@21020 25 make DESTDIR=$install install
pascal@17330 26 }
pascal@17330 27
al@21020 28 genpkg_rules() {
al@21020 29 copy @std
pascal@17330 30 }