wok-next annotate screentest/receipt @ rev 21481

updated airgeddon (8.12 -> 10.21)
author Hans-G?nter Theisgen
date Thu Jun 18 14:24:40 2020 +0100 (2020-06-18)
parents d5aab818505e
children
rev   line source
al@20604 1 # SliTaz package receipt v2.
pascal@18487 2
pascal@18487 3 PACKAGE="screentest"
pascal@18487 4 VERSION="2.0"
pascal@18487 5 CATEGORY="misc"
al@20604 6 SHORT_DESC="A CRT and LCD screen testing utility"
pascal@18487 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18487 8 LICENSE="GPL2"
al@20604 9 WEB_SITE="http://tobix.github.io/screentest/"
al@20604 10
pascal@18487 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@18487 12 WGET_URL="https://github.com/TobiX/screentest/archive/$VERSION.tar.gz"
pascal@18487 13
al@21017 14 BUILD_DEPENDS="gtk2-dev libglade-dev automake autoconf libtool"
al@21081 15 DEPENDS="gtk2 libglade"
al@21081 16
al@21081 17 TAGS="test diagnostic screen"
pascal@18487 18
al@20604 19 compile_rules() {
pascal@18487 20 sed -i 's/prune , -name/prune -or -name/' autogen.sh
pascal@18487 21 ./autogen.sh
al@20604 22
al@20604 23 ./configure $CONFIGURE_ARGS &&
al@20604 24 fix libtool &&
pascal@18487 25 make &&
al@21020 26 make DESTDIR=$install install
pascal@18487 27 }