ubuntu-font-family-0.71.2.ebuild 459 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2011 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. inherit font
  5. DESCRIPTION="A set of matching libre/open fonts funded by Canonical"
  6. HOMEPAGE="http://font.ubuntu.com/"
  7. SRC_URI="http://font.ubuntu.com/download/${P}.zip"
  8. LICENSE="UbuntuFontLicense-1.0"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86"
  11. IUSE=""
  12. DEPEND="app-arch/unzip"
  13. RDEPEND=""
  14. FONT_SUFFIX="ttf"
  15. DOCS="CONTRIBUTING.txt FONTLOG.txt README.txt"