summaryrefslogtreecommitdiff
blob: 96750a73de9e07f65556a42c6a80c7365bb0d3a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="5"

DESCRIPTION="CRT and LCD screen testing utility"
HOMEPAGE="http://screentest.sourceforge.net/"
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-libs/glib
	gnome-base/libglade
	x11-libs/gtk+
	"
RDEPEND="${DEPEND}"

src_configure() {
	LIBS="-lgmodule-2.0" default
}