blob: a308a2447e9e0bbc3bdfcc1c66a082da0c7e91f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/texmfind/texmfind-2008.1.ebuild,v 1.1 2009/09/08 22:37:09 fauli Exp $
DESCRIPTION="Finds which ebuild provide a texmf file matching a grep regexp."
HOMEPAGE="https://launchpad.net/texmfind/
http://home.gna.org/texmfind"
SRC_URI="http://launchpad.net/texmfind/trunk/${PV}/+download/texmfind-${PV}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
src_install() {
emake DESTDIR="${D}" install || die
}
|