diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-01 14:41:11 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-01 14:41:11 +0000 |
commit | 8988e57bee3e1884143cb9fbacffbe332c50f72c (patch) | |
tree | 4d428e1b08cb61ddfdbdb65a759a36ce09b1cc50 /x11-apps/xtitle/xtitle-1.0.2.ebuild | |
parent | Initial commit wrt bug #324299 (diff) | |
download | historical-8988e57bee3e1884143cb9fbacffbe332c50f72c.tar.gz historical-8988e57bee3e1884143cb9fbacffbe332c50f72c.tar.bz2 historical-8988e57bee3e1884143cb9fbacffbe332c50f72c.zip |
Initial commit wrt bug #281916
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xtitle/xtitle-1.0.2.ebuild')
-rw-r--r-- | x11-apps/xtitle/xtitle-1.0.2.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-apps/xtitle/xtitle-1.0.2.ebuild b/x11-apps/xtitle/xtitle-1.0.2.ebuild new file mode 100644 index 000000000000..632ededa661e --- /dev/null +++ b/x11-apps/xtitle/xtitle-1.0.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtitle/xtitle-1.0.2.ebuild,v 1.1 2012/11/01 14:41:06 pinkbyte Exp $ + +EAPI=4 + +DESCRIPTION="Set window title and icon name for an X11 terminal window" +HOMEPAGE="http://www.cs.indiana.edu/~kinzler/xtitle/" +SRC_URI="http://www.cs.indiana.edu/~kinzler/${PN}/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="x11-misc/imake" +RDEPEND="" + +DOCS=( README ) + +src_compile() { + xmkmf || die + emake +} + +src_install() { + default + newman "${PN}.man" "${PN}.1" + dohtml "${PN}.html" +} |