wok-next annotate screentest/receipt @ rev 20604

More fix libtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 13:15:41 2018 +0300 (2018-04-19)
parents d43bf7aae921
children f48456621a9d
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@20513 14 BUILD_DEPENDS="gtk+-dev libglade-dev automake autoconf libtool"
pascal@18487 15
al@20604 16 compile_rules() {
pascal@18487 17 sed -i 's/prune , -name/prune -or -name/' autogen.sh
pascal@18487 18 ./autogen.sh
al@20604 19
al@20604 20 ./configure $CONFIGURE_ARGS &&
al@20604 21 fix libtool &&
pascal@18487 22 make &&
pascal@18487 23 make DESTDIR=$DESTDIR install
pascal@18487 24 }
pascal@18487 25
al@20604 26 genpkg_rules() {
al@20604 27 copy @std
al@20604 28 DEPENDS="gtk+ libglade"
al@20604 29 TAGS="test diagnostic screen"
pascal@18487 30 }