17 lines
586 B
Bash
17 lines
586 B
Bash
# Copyright 1999-2010 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.5 2010/11/14 23:53:35 fauli Exp $
|
|
|
|
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/2008/${PV}/+download/texmfind-${PV}.tar.bz2"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
|
|
IUSE=""
|
|
|
|
src_install() {
|
|
emake DESTDIR="${D}" install || die
|
|
}
|