wok diff screentest/receipt @ rev 20577

Up btrfs-progs (4.19.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 13 18:01:50 2018 +0100 (2018-12-13)
parents
children d37d15244372
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/screentest/receipt	Thu Dec 13 18:01:50 2018 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="screentest"
     1.7 +VERSION="2.0"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="A CRT and LCD screen testing utility."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://tobix.github.io/screentest/"
    1.14 +WGET_URL="https://github.com/TobiX/screentest/archive/$VERSION.tar.gz"
    1.15 +TAGS="test diagnostic screen"
    1.16 +
    1.17 +DEPENDS="gtk+ libglade"
    1.18 +BUILD_DEPENDS="wget gtk+-dev libglade-dev automake autoconf libtool pkg-config"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	sed -i 's/prune , -name/prune -or -name/' autogen.sh
    1.24 +	./autogen.sh
    1.25 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.26 +	make &&
    1.27 +	make DESTDIR=$DESTDIR install
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	cp -a $install/* $fs/
    1.34 +}