summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/g15macro/g15macro-1.0.0.ebuild')
-rw-r--r--app-misc/g15macro/g15macro-1.0.0.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/app-misc/g15macro/g15macro-1.0.0.ebuild b/app-misc/g15macro/g15macro-1.0.0.ebuild
new file mode 100644
index 000000000000..f8eca3586479
--- /dev/null
+++ b/app-misc/g15macro/g15macro-1.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/g15macro/g15macro-1.0.0.ebuild,v 1.1 2007/03/15 11:28:16 rbu Exp $
+
+DESCRIPTION="Macro recording plugin to G15daemon"
+HOMEPAGE="http://g15daemon.sourceforge.net/"
+SRC_URI="mirror://sourceforge/g15daemon/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=app-misc/g15daemon-1.9.0
+ dev-libs/libg15
+ dev-libs/libg15render
+ x11-libs/libX11
+ x11-proto/xextproto
+ x11-proto/xproto
+ x11-libs/libXtst"
+
+RDEPEND="${DEPEND}
+ sys-libs/zlib"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+ rm "$D"/usr/share/doc/${P}/{COPYING,NEWS}
+
+ prepalldocs
+}