diff options
author | Jay Pfeifer <pfeifer@gentoo.org> | 2004-05-20 13:28:36 +0000 |
---|---|---|
committer | Jay Pfeifer <pfeifer@gentoo.org> | 2004-05-20 13:28:36 +0000 |
commit | af68aace7a8309ecd35d767d3a819c993be6c294 (patch) | |
tree | e1e15aafbdc9f0619bb58da6beedeb57cff95d4a /x11-misc/xtermcontrol/xtermcontrol-2.4.ebuild | |
parent | Initial import. (Manifest recommit) (diff) | |
download | gentoo-2-af68aace7a8309ecd35d767d3a819c993be6c294.tar.gz gentoo-2-af68aace7a8309ecd35d767d3a819c993be6c294.tar.bz2 gentoo-2-af68aace7a8309ecd35d767d3a819c993be6c294.zip |
Version bump. Enjoy.
Diffstat (limited to 'x11-misc/xtermcontrol/xtermcontrol-2.4.ebuild')
-rw-r--r-- | x11-misc/xtermcontrol/xtermcontrol-2.4.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-misc/xtermcontrol/xtermcontrol-2.4.ebuild b/x11-misc/xtermcontrol/xtermcontrol-2.4.ebuild new file mode 100644 index 000000000000..8ff28d4ed01c --- /dev/null +++ b/x11-misc/xtermcontrol/xtermcontrol-2.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtermcontrol/xtermcontrol-2.4.ebuild,v 1.1 2004/05/20 13:28:36 pfeifer Exp $ + +IUSE="" + +DESCRIPTION="xtermcontrol enables dynamic control of XFree86 xterm properties." +SRC_URI="http://www.thrysoee.dk/xtermcontrol/${P}.tar.gz" +HOMEPAGE="http://www.thrysoee.dk/xtermcontrol/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 -*" + +DEPEND="virtual/x11" + + +src_compile() { + econf || die "econf failed" + + emake || die +} + +src_install () { + einstall || die +} |