diff options
author | 2004-06-13 04:34:52 +0000 | |
---|---|---|
committer | 2004-06-13 04:34:52 +0000 | |
commit | c962fcd573d86778e447fbc229552b5957b4fa80 (patch) | |
tree | ea5007d2cdca791f115ef0f4c3cb6c711ed77a85 /x11-misc/xvkbd/xvkbd-2.6.ebuild | |
parent | stable on ppc64, bug #53766 (diff) | |
download | historical-c962fcd573d86778e447fbc229552b5957b4fa80.tar.gz historical-c962fcd573d86778e447fbc229552b5957b4fa80.tar.bz2 historical-c962fcd573d86778e447fbc229552b5957b4fa80.zip |
Version bump. Closing bug #52750.
Diffstat (limited to 'x11-misc/xvkbd/xvkbd-2.6.ebuild')
-rw-r--r-- | x11-misc/xvkbd/xvkbd-2.6.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-misc/xvkbd/xvkbd-2.6.ebuild b/x11-misc/xvkbd/xvkbd-2.6.ebuild new file mode 100644 index 000000000000..dd77e6b40940 --- /dev/null +++ b/x11-misc/xvkbd/xvkbd-2.6.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xvkbd/xvkbd-2.6.ebuild,v 1.1 2004/06/13 04:34:52 pyrania Exp $ + +DESCRIPTION="virtual keyboard for X window system" +HOMEPAGE="http://homepage3.nifty.com/tsato/xvkbd/" +SRC_URI="http://homepage3.nifty.com/tsato/xvkbd/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/x11 + x11-libs/Xaw3d" + +src_compile() { + xmkmf -a || die + emake CDEBUGFLAGS="${CFLAGS}" || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install || die "make install failed" + + dodoc README + newman ${PN}.man ${PN}.1 +} |