diff options
author | Daniel Drake <dsd@gentoo.org> | 2006-11-08 14:23:37 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2006-11-08 14:23:37 +0000 |
commit | e7ad0b9590e31508fde5f4acbcf2299a7a872903 (patch) | |
tree | c68825e7da1589c4ab06887493eec7ca1c77a02f /x11-misc/touchcal/touchcal-0.31.ebuild | |
parent | Force user to be in the correct group. (diff) | |
download | historical-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.ebuild | 18 |
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 +} + |