summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/texmfind/texmfind-2010.1.ebuild')
-rw-r--r--dev-tex/texmfind/texmfind-2010.1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-tex/texmfind/texmfind-2010.1.ebuild b/dev-tex/texmfind/texmfind-2010.1.ebuild
new file mode 100644
index 000000000000..7e539e3c171c
--- /dev/null
+++ b/dev-tex/texmfind/texmfind-2010.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="Locate the ebuild providing a certain texmf file through regexp"
+HOMEPAGE="https://launchpad.net/texmfind/
+ http://home.gna.org/texmfind"
+SRC_URI="http://launchpad.net/texmfind/2010/${PV}/+download/texmfind-${PV}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc x86"
+IUSE=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+}