diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-11-13 17:40:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-11-13 17:40:16 +0000 |
commit | 05c7a662ecf56f0949a046ef86a84a25bdb8d431 (patch) | |
tree | 4b9041408936c3efcec6490923fab8731a2ea5fb /app-text/t1utils/t1utils-1.35.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-05c7a662ecf56f0949a046ef86a84a25bdb8d431.tar.gz gentoo-2-05c7a662ecf56f0949a046ef86a84a25bdb8d431.tar.bz2 gentoo-2-05c7a662ecf56f0949a046ef86a84a25bdb8d431.zip |
version bump
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'app-text/t1utils/t1utils-1.35.ebuild')
-rw-r--r-- | app-text/t1utils/t1utils-1.35.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-text/t1utils/t1utils-1.35.ebuild b/app-text/t1utils/t1utils-1.35.ebuild new file mode 100644 index 000000000000..00f14c7580c4 --- /dev/null +++ b/app-text/t1utils/t1utils-1.35.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.35.ebuild,v 1.1 2009/11/13 17:40:16 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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +SLOT="0" +LICENSE="BSD" + +DEPEND="" +RDEPEND="${DEPEND} + !<media-libs/freetype-1.4_pre20080316" + +src_install () { + emake DESTDIR="${D}" install || die "make install failed" + dodoc NEWS README +} |