diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-05 21:50:01 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-05 21:50:01 +0000 |
commit | 65d1d15f5e9ebe07edeadaf5dfb1d079e76cbb3a (patch) | |
tree | 44ab9ff8e1bb79ecf1eab2e1ef63339326f4be29 /x11-misc/xautomation/xautomation-1.01.ebuild | |
parent | Version bump to 2.0.6_pre13 for testing and removing older pre-release ebuilds. (diff) | |
download | gentoo-2-65d1d15f5e9ebe07edeadaf5dfb1d079e76cbb3a.tar.gz gentoo-2-65d1d15f5e9ebe07edeadaf5dfb1d079e76cbb3a.tar.bz2 gentoo-2-65d1d15f5e9ebe07edeadaf5dfb1d079e76cbb3a.zip |
Version bump, bug #209569
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc/xautomation/xautomation-1.01.ebuild')
-rw-r--r-- | x11-misc/xautomation/xautomation-1.01.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-misc/xautomation/xautomation-1.01.ebuild b/x11-misc/xautomation/xautomation-1.01.ebuild new file mode 100644 index 000000000000..7e174c2ff172 --- /dev/null +++ b/x11-misc/xautomation/xautomation-1.01.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-1.01.ebuild,v 1.1 2008/03/05 21:50:01 coldwind Exp $ + +DESCRIPTION="Control X from command line and find things on screen" +HOMEPAGE="http://hoopajoo.net/projects/xautomation.html" +SRC_URI="http://hoopajoo.net/static/projects/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXtst + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/xextproto + x11-proto/xproto + media-libs/libpng" + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog +} |