diff options
author | 2008-03-02 10:59:09 +0000 | |
---|---|---|
committer | 2008-03-02 10:59:09 +0000 | |
commit | c60e1da0ac201476a693f189ea7b225a3e5225f8 (patch) | |
tree | 31b4292aaab909adc8c56b7581565a1f5967377d /app-text/t1utils/t1utils-1.34.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-c60e1da0ac201476a693f189ea7b225a3e5225f8.tar.gz gentoo-2-c60e1da0ac201476a693f189ea7b225a3e5225f8.tar.bz2 gentoo-2-c60e1da0ac201476a693f189ea7b225a3e5225f8.zip |
version bump, adopt it and put fonts herd as a fallback like for lcdf-typetools
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text/t1utils/t1utils-1.34.ebuild')
-rw-r--r-- | app-text/t1utils/t1utils-1.34.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-text/t1utils/t1utils-1.34.ebuild b/app-text/t1utils/t1utils-1.34.ebuild new file mode 100644 index 000000000000..6aecd4c4389e --- /dev/null +++ b/app-text/t1utils/t1utils-1.34.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.34.ebuild,v 1.1 2008/03/02 10:59:09 aballier Exp $ + +IUSE="" + +DESCRIPTION="Type 1 Font utilities" +SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" +HOMEPAGE="http://www.lcdf.org/type/#t1utils" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +SLOT="0" +LICENSE="BSD" + +DEPEND="virtual/libc" + +src_install () { + emake DESTDIR="${D}" install || die "make install failed" + dodoc NEWS README +} |