lfpfonts-var-0.84.ebuild 525 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2007 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. inherit font font-ebdftopcf
  4. DESCRIPTION="Linux Font Project variable-width fonts"
  5. HOMEPAGE="https://sourceforge.net/projects/xfonts/"
  6. SRC_URI="mirror://sourceforge/xfonts/${PN}-src-${PV}.tar.bz2"
  7. LICENSE="public-domain"
  8. SLOT="0"
  9. KEYWORDS="alpha amd64 arm ia64 ppc s390 sh sparc x86 ~x86-fbsd"
  10. IUSE=""
  11. S="${WORKDIR}/${PN}-src"
  12. FONT_S="${S}/src"
  13. DOCS="${S}/doc/*"
  14. # Only installs fonts
  15. RESTRICT="strip binchecks"