summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2005-06-19 14:50:59 +0000
committerJonathan Smith <smithj@gentoo.org>2005-06-19 14:50:59 +0000
commit235b23c911022404a2ea344d45704cddd68af1bc (patch)
tree2ff5e411ccad9deb0aafffddbecf635abdd91674 /x11-misc/sisctrl/sisctrl-0.0.20050618.ebuild
parentVersion bump. Add metadata, take over maintainership (diff)
downloadgentoo-2-235b23c911022404a2ea344d45704cddd68af1bc.tar.gz
gentoo-2-235b23c911022404a2ea344d45704cddd68af1bc.tar.bz2
gentoo-2-235b23c911022404a2ea344d45704cddd68af1bc.zip
version bump for #81705
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/sisctrl/sisctrl-0.0.20050618.ebuild')
-rw-r--r--x11-misc/sisctrl/sisctrl-0.0.20050618.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-misc/sisctrl/sisctrl-0.0.20050618.ebuild b/x11-misc/sisctrl/sisctrl-0.0.20050618.ebuild
new file mode 100644
index 000000000000..2263f27f43b7
--- /dev/null
+++ b/x11-misc/sisctrl/sisctrl-0.0.20050618.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/sisctrl/sisctrl-0.0.20050618.ebuild,v 1.1 2005/06/19 14:50:59 smithj 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="virtual/x11
+ >=dev-libs/glib-2.0
+ >=x11-libs/gtk+-2.0"
+
+DEPEND="dev-util/pkgconfig
+ ${RDEPEND}"
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ einstall || die "einstall failed"
+}
+