t1utils-1.39.ebuild 629 B

123456789101112131415161718192021
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. IUSE=""
  4. DESCRIPTION="Type 1 Font utilities"
  5. SRC_URI="http://www.lcdf.org/type/${P}.tar.gz"
  6. HOMEPAGE="http://www.lcdf.org/type/#t1utils"
  7. KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
  8. SLOT="0"
  9. LICENSE="BSD"
  10. DEPEND=""
  11. RDEPEND="${DEPEND}
  12. !<media-libs/freetype-1.4_pre20080316"
  13. src_install () {
  14. emake DESTDIR="${D}" install || die "make install failed"
  15. dodoc NEWS README
  16. }