diff options
Diffstat (limited to 'media-fonts/webby-fonts/webby-fonts-1.ebuild')
-rw-r--r-- | media-fonts/webby-fonts/webby-fonts-1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/media-fonts/webby-fonts/webby-fonts-1.ebuild b/media-fonts/webby-fonts/webby-fonts-1.ebuild new file mode 100644 index 000000000000..ca86fab072c0 --- /dev/null +++ b/media-fonts/webby-fonts/webby-fonts-1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit font + +DESCRIPTION="A small proportional bitmap font for use in webpages" +HOMEPAGE="http://www.proggyfonts.com/" +SRC_URI="http://dl.liveforge.org/fonts/${P}.tar.bz2" +LICENSE="MIT" +SLOT="0" +KEYWORDS="alpha amd64 ia64 sparc x86" +S="${WORKDIR}/${PN}" +FONT_S=${S} +FONT_SUFFIX="pcf.gz" |