diff options
Diffstat (limited to 'app-text/poppler-data/poppler-data-0.4.4.ebuild')
-rw-r--r-- | app-text/poppler-data/poppler-data-0.4.4.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-text/poppler-data/poppler-data-0.4.4.ebuild b/app-text/poppler-data/poppler-data-0.4.4.ebuild new file mode 100644 index 000000000000..02d72ae30aa7 --- /dev/null +++ b/app-text/poppler-data/poppler-data-0.4.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-data/poppler-data-0.4.4.ebuild,v 1.1 2010/10/29 16:58:08 reavertm Exp $ + +EAPI="2" + +DESCRIPTION="Data files for poppler to support uncommon encodings without xpdfrc" +HOMEPAGE="http://poppler.freedesktop.org/" +SRC_URI="http://poppler.freedesktop.org/${P}.tar.gz" + +LICENSE="BSD GPL-2 MIT" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +SLOT="0" +IUSE="" + +src_install() { + emake prefix=/usr DESTDIR="${D}" install || die + dodoc README +} |