diff options
Diffstat (limited to 'media-fonts/fifth-leg/fifth-leg-0.6.ebuild')
-rw-r--r-- | media-fonts/fifth-leg/fifth-leg-0.6.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/media-fonts/fifth-leg/fifth-leg-0.6.ebuild b/media-fonts/fifth-leg/fifth-leg-0.6.ebuild new file mode 100644 index 000000000000..20b9d371c400 --- /dev/null +++ b/media-fonts/fifth-leg/fifth-leg-0.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +OPENSUSE_RELEASE="12.2" +OBS_PACKAGE="${PN}-font" + +inherit font obs-download + +DESCRIPTION="Simplistic, technical sans serif - openSUSE font" +HOMEPAGE="http://jimmac.musichall.cz/log/?p=439" +SRC_URI="${OBS_URI}/opensuse-font-${P}.tar.bz2" + +LICENSE="OFL" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +FONT_SUFFIX="otf sfd" +FONT_S="${WORKDIR}" +S="${FONT_S}" |