wok-6.x diff screentest/receipt @ rev 19801
Up cacerts (20170224)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Feb 25 14:22:38 2017 +0200 (2017-02-25) |
parents | |
children | d37d15244372 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/screentest/receipt Sat Feb 25 14:22:38 2017 +0200 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 +}