diff options
author | Stuart Bouyer <stubear@gentoo.org> | 2002-08-15 18:07:21 +0000 |
---|---|---|
committer | Stuart Bouyer <stubear@gentoo.org> | 2002-08-15 18:07:21 +0000 |
commit | 0894d3bad453adffa494b374bd89103106669b41 (patch) | |
tree | ad9cbee8a7238ba5d5a5be7de898c9e99d53d64f /app-text/xpdf-greek | |
parent | xpdf language packs for testing (diff) | |
download | gentoo-2-0894d3bad453adffa494b374bd89103106669b41.tar.gz gentoo-2-0894d3bad453adffa494b374bd89103106669b41.tar.bz2 gentoo-2-0894d3bad453adffa494b374bd89103106669b41.zip |
xpdf language packs - initial ebuilds
Diffstat (limited to 'app-text/xpdf-greek')
-rw-r--r-- | app-text/xpdf-greek/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/xpdf-greek/files/digest-xpdf-greek-1 | 1 | ||||
-rw-r--r-- | app-text/xpdf-greek/xpdf-greek-1.ebuild | 29 |
3 files changed, 39 insertions, 0 deletions
diff --git a/app-text/xpdf-greek/ChangeLog b/app-text/xpdf-greek/ChangeLog new file mode 100644 index 000000000000..81233d2a7b12 --- /dev/null +++ b/app-text/xpdf-greek/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf-greek/ChangeLog,v 1.1 2002/08/15 18:07:20 stubear Exp $ + +*xpdf-greek-1.ebuild (16 Aug 2002) + + 27 Jul 2002; Stuart Bouyer <stubear@gentoo.org> xpdf-greek-1.ebuild, + ChangeLog, digest-xpdf-greek-1: + Initial ebuild submitted by Sam Yates <sam@quux.dropbear.id.au> diff --git a/app-text/xpdf-greek/files/digest-xpdf-greek-1 b/app-text/xpdf-greek/files/digest-xpdf-greek-1 new file mode 100644 index 000000000000..cb1d17cb04e5 --- /dev/null +++ b/app-text/xpdf-greek/files/digest-xpdf-greek-1 @@ -0,0 +1 @@ +MD5 2240a364b9c28ce09fd8c3107784ce40 xpdf-greek.tar.gz 1124 diff --git a/app-text/xpdf-greek/xpdf-greek-1.ebuild b/app-text/xpdf-greek/xpdf-greek-1.ebuild new file mode 100644 index 000000000000..365449720bc1 --- /dev/null +++ b/app-text/xpdf-greek/xpdf-greek-1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf-greek/xpdf-greek-1.ebuild,v 1.1 2002/08/15 18:07:20 stubear Exp $ + +DESCRIPTION="Greek support for xpdf" +SRC_URI="ftp://ftp.foolabs.com/pub/xpdf/${PN}.tar.gz" +HOMEPAGE="http://www.foolabs.com/xpdf" +LICENSE="GPL-2" +KEYWORDS="x86" +SLOT="0" + +DEPEND="app-text/xpdf" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${PN} + +src_compile() { + cat /etc/xpdfrc > ${S}/xpdfrc + sed 's,/usr/local/share/xpdf/,/usr/share/xpdf/,g' ${S}/add-to-xpdfrc >> ${S}/xpdfrc +} + +src_install() { + into /usr + dodoc README + insinto /etc + doins xpdfrc + insinto /usr/share/xpdf/greek + doins ISO-8859-7.unicodeMap +} |