wok diff screentest/receipt @ rev 20194
Up autofs (5.1.4), btrfs-progs (4.15), cifs-utils (6.7), davfs2 (1.5.4), dosfstools (4.1), e2fsprogs (1.43.9), f2fs-tools (1.10.0), moosefs (3.0.100), milfs-utils (2.2.7), owfs (3.2p1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 12 13:54:33 2018 +0100 (2018-02-12) |
parents | |
children | d37d15244372 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/screentest/receipt Mon Feb 12 13:54:33 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 +}