2021-04-06 10:46:52 +03:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2019-10-21 08:45:33 +03:00
|
|
|
EAPI=7
|
2018-05-02 16:04:02 +03:00
|
|
|
|
2012-02-06 16:39:49 +04:00
|
|
|
MY_P="${P/-/_}.orig"
|
|
|
|
|
|
|
|
DESCRIPTION="Fontset for KON2"
|
|
|
|
# There seems to be no real homepage for this package
|
2019-10-21 08:45:33 +03:00
|
|
|
HOMEPAGE="https://packages.debian.org/stable/utils/konfont"
|
|
|
|
SRC_URI="mirror://debian/dists/potato/main/source/utils/${MY_P}.tar.gz"
|
2012-12-17 10:17:04 +04:00
|
|
|
|
|
|
|
LICENSE="public-domain"
|
2012-02-06 16:39:49 +04:00
|
|
|
SLOT=0
|
2021-04-06 10:46:52 +03:00
|
|
|
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~s390 sparc x86"
|
2012-02-06 16:39:49 +04:00
|
|
|
# Only installs fonts
|
|
|
|
RESTRICT="strip binchecks"
|
|
|
|
|
2019-10-21 08:45:33 +03:00
|
|
|
S="${WORKDIR}/${MY_P/_/-}/fonts"
|
|
|
|
|
|
|
|
src_install() {
|
2012-02-06 16:39:49 +04:00
|
|
|
insinto /usr/share/fonts
|
2019-10-21 08:45:33 +03:00
|
|
|
doins pubfont.*.gz
|
2012-02-06 16:39:49 +04:00
|
|
|
}
|