# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="utility to view information regarding active Xinerama screens"
HOMEPAGE="http://frigidcode.com/code/xinequery/"
SRC_URI="http://frigidcode.com/code/xinequery/${P}.tar.gz"

LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="x11-libs/libXinerama"
DEPEND="${RDEPEND}"

src_compile() {
    econf
    emake || die
}

src_install() {
    emake DESTDIR="${D}" install || die

    dodoc README LICENSE ChangeLog || die
}