blob: 4bea113f100c564d2d13859ac550e9a6613dd998 (
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-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/urwvn-fonts/urwvn-fonts-3.02.ebuild,v 1.3 2006/09/01 18:19:49 dertobi123 Exp $
inherit font
MY_P=${P/_/-}
MY_P=${MY_P/-fonts/}
DESCRIPTION="free good quality fonts gpl'd by Han The Thanh, based on URW++ fonts"
HOMEPAGE="http://vntex.org/urwvn/"
SRC_URI="http://vntex.org/urwvn/download/${MY_P}-ttf.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ia64 ppc ~sparc ~x86"
IUSE=""
S=${WORKDIR}
FONT_SUFFIX="ttf"
FONT_S=${S}
DEPEND="app-arch/unzip"
|