x11-misc/xtitle - 1.0.4 (gentoo)

Search

Package Information

Description:
Set window title and icon name for an X11 terminal window
Homepage:
https://kinzler.com/me/xtitle/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.0.4 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Set window title and icon name for an X11 terminal window"
HOMEPAGE="https://kinzler.com/me/xtitle/"
SRC_URI="https://kinzler.com/me/xtitle/${P}.tgz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"

BDEPEND="
	sys-devel/gcc
	>=x11-misc/imake-1.0.8-r1"

HTML_DOCS=( xtitle.html )

src_configure() {
	CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
		IMAKECPP="${IMAKECPP:-${CHOST}-gcc -E}" xmkmf || die
}

src_install() {
	default

	newman "${PN}.man" "${PN}.1"
	einstalldocs
}

Dependencies

BDEPEND

	sys-devel/gcc
	>=x11-misc/imake-1.0.8-r1

Manifest for 1.0.4

Type File Size Source URLs
DIST xtitle-1.0.4.tgz 10528 bytes https://kinzler.com/me/xtitle/xtitle-1.0.4.tgz