summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2006-11-08 14:23:37 +0000
committerDaniel Drake <dsd@gentoo.org>2006-11-08 14:23:37 +0000
commit83bd4db4765b8b179d0567f7323ff4bbcf9a7f26 (patch)
tree049f8db3d6f546cac96ab26cfa3ce42091a7d092 /x11-misc/touchcal/touchcal-0.31.ebuild
parentForce user to be in the correct group. (diff)
downloadgentoo-2-83bd4db4765b8b179d0567f7323ff4bbcf9a7f26.tar.gz
gentoo-2-83bd4db4765b8b179d0567f7323ff4bbcf9a7f26.tar.bz2
gentoo-2-83bd4db4765b8b179d0567f7323ff4bbcf9a7f26.zip
Initial release
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'x11-misc/touchcal/touchcal-0.31.ebuild')
-rw-r--r--x11-misc/touchcal/touchcal-0.31.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-misc/touchcal/touchcal-0.31.ebuild b/x11-misc/touchcal/touchcal-0.31.ebuild
new file mode 100644
index 000000000000..30fff469bed4
--- /dev/null
+++ b/x11-misc/touchcal/touchcal-0.31.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/touchcal/touchcal-0.31.ebuild,v 1.1 2006/11/08 14:23:37 dsd Exp $
+
+DESCRIPTION="Touchscreen calibration utility"
+HOMEPAGE="http://touchcal.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64"
+DEPEND="sys-libs/ncurses"
+
+src_install() {
+ emake install DESTDIR=${D}
+ dodoc README ChangeLog
+}
+