You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/xtitle/xtitle-1.0.4.ebuild

30 lines
508 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Set window title and icon name for an X11 terminal window"
HOMEPAGE="https://kinzler.com/me/xtitle/"
SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="x11-misc/imake"
RDEPEND=""
HTML_DOCS=( xtitle.html )
src_compile() {
xmkmf || die
emake
}
src_install() {
default
newman "${PN}.man" "${PN}.1"
einstalldocs
}