0a4d100f55a3a5e476a23e69bf8d7a7cdf33b654
[gentoo.git] / app-text / ps2pkm / ps2pkm-1.8_p20190410.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding TeX PK font"
7 HOMEPAGE="http://tug.org/texlive/"
8 SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
9
10 LICENSE="MIT"
11 SLOT="0"
12 KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
13 IUSE=""
14
15 DEPEND=">=dev-libs/kpathsea-6.2.1"
16 RDEPEND="${DEPEND}"
17
18 BDEPEND="virtual/pkgconfig"
19
20 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/ps2pk
21 DOCS=( "ChangeLog" "CHANGES.type1" "README" "README.14m" "README.type1" )
22
23 src_configure() {
24         econf --with-system-kpathsea
25 }