# Distributed under the terms of the GNU General Public License v2 # (C) Valery Kornienkov from Russia - version: 0.73 1 IUSE="ncurses" S=${WORKDIR}/${P} DESCRIPTION="This program adjusts the palettes of colors. It can be used interactively and from a command line or scripts. It aims on the linux console, but can be used for the xterm as well, but only for the xterm from XFree86. The interactive mode is made on a curses-based full screen interface. If you intolerance the old colours of a console uses it." SRC_URI="http://ru/${P}.tar.gz" HOMEPAGE="http://ru" SLOT="0" LICENSE="GPL2" KEYWORDS="x86" DEPEND="sys-libs/ncurses" src_compile() { local myconf myconf="--prefix=/usr" ./configure ${myconf} || die emake } src_install() { dobin src/palette doman doc/palette.1 dodir /etc insinto /etc doins etc/paletterc dodoc ChangeLog README THANKS }