summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-10-31 12:53:32 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-10-31 12:53:32 +0000
commit814a16ed3d7447fba21fde973c44aba8fae5b0e7 (patch)
treea38ddc993be32f221e9d86cffc211f1d18f343d4 /x11-apps/mkfontscale/mkfontscale-1.0.8.ebuild
parentStable on amd64 wrt bug #343381 (diff)
downloadgentoo-2-814a16ed3d7447fba21fde973c44aba8fae5b0e7.tar.gz
gentoo-2-814a16ed3d7447fba21fde973c44aba8fae5b0e7.tar.bz2
gentoo-2-814a16ed3d7447fba21fde973c44aba8fae5b0e7.zip
Version bump
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/mkfontscale/mkfontscale-1.0.8.ebuild')
-rw-r--r--x11-apps/mkfontscale/mkfontscale-1.0.8.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-apps/mkfontscale/mkfontscale-1.0.8.ebuild b/x11-apps/mkfontscale/mkfontscale-1.0.8.ebuild
new file mode 100644
index 000000000000..8356464ac5cf
--- /dev/null
+++ b/x11-apps/mkfontscale/mkfontscale-1.0.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.0.8.ebuild,v 1.1 2010/10/31 12:53:32 scarabeus Exp $
+
+EAPI=3
+XORG_STATIC=no
+inherit xorg-2
+
+DESCRIPTION="create an index of scalable font files for X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="x11-libs/libfontenc
+ media-libs/freetype:2"
+DEPEND="${RDEPEND}
+ x11-proto/xproto
+ app-arch/gzip
+ app-arch/bzip2"
+
+CONFIGURE_OPTIONS="--with-bzip2"