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
commite7ad0b9590e31508fde5f4acbcf2299a7a872903 (patch)
treec68825e7da1589c4ab06887493eec7ca1c77a02f /x11-misc/touchcal/touchcal-0.31.ebuild
parentForce user to be in the correct group. (diff)
downloadhistorical-e7ad0b9590e31508fde5f4acbcf2299a7a872903.tar.gz
historical-e7ad0b9590e31508fde5f4acbcf2299a7a872903.tar.bz2
historical-e7ad0b9590e31508fde5f4acbcf2299a7a872903.zip
Initial release
Package-Manager: portage-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
+}
+