# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/x11-misc/sisctrl/sisctrl-0.0.20031119.ebuild,v 1.1 2003/11/23 17:59:23 port001 Exp $ IUSE="" DESCRIPTION="sisctrl is a tool that allows you to tune SiS drivers from X" HOMEPAGE="http://www.winischhofer.net/linuxsis630.shtml" SRC_URI="http://www.winischhofer.net/sis/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" RDEPEND=">=xfree-4.1 >=glib-2.0 >=gtk+-2.0" DEPEND="dev-util/pkgconfig ${RDEPEND}" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { einstall || die "einstall failed" dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README } pkg_postinst() { einfo einfo "To enable the SiSCtrl interface, place" einfo " Option \"EnableSiSCtrl\" \"true\"" einfo "in the Device section of your XF86Config(-4) file." einfo }