blob: 3d7b659bcbaadca0d23a6a49fa4caa37c1b408a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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}"
|