media-gfx/psftools - 1.0.10 (gentoo)

Search

Package Information

Description:
Utilities for manipulation of console fonts in PSF format
Homepage:
https://www.seasip.info/Unix/PSF/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.0.10 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Utilities for manipulation of console fonts in PSF format"
HOMEPAGE="https://www.seasip.info/Unix/PSF/"
SRC_URI="https://www.seasip.info/Unix/PSF/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="static-libs"

DEPEND=""
RDEPEND=""

DOCS="AUTHORS NEWS TODO doc/*.txt"

src_configure() {
	econf $(use_enable static-libs static)
}

src_install() {
	default
	use static-libs || find "${ED}"/usr -name '*.la' -delete
}

USE Flags

Manifest for 1.0.10

Type File Size Source URLs
DIST psftools-1.0.10.tar.gz 764867 bytes https://www.seasip.info/Unix/PSF/psftools-1.0.10.tar.gz