~fauli/texmfind/2008

« back to all changes in this revision

Viewing changes to branches/texmfind-0.1-r1/texmfind-0.1.ebuild

  • Committer: Christian Faulhammer
  • Date: 2009-09-08 19:05:07 UTC
  • Revision ID: fauli@gentoo.org-20090908190507-m107q92d23cw6ti2
Sort files to match we need

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 1999-2008 Gentoo Foundation
2
 
# Distributed under the terms of the GNU General Public License v2
3
 
# $Header: $
4
 
 
5
 
DESCRIPTION="Finds which ebuild provide a texmf file matching a grep regexp."
6
 
HOMEPAGE="http://home.gna.org/texmfind"
7
 
SRC_URI="http://download.gna.org/texmfind/${P}.tar.gz"
8
 
 
9
 
LICENSE="GPL-3"
10
 
SLOT="0"
11
 
KEYWORDS="~amd64 ~x86"
12
 
IUSE=""
13
 
 
14
 
src_install() {
15
 
        dobin texmfind                                             || die "dobin failed"
16
 
        doman texmfind.1                                           || die "doman failed"
17
 
        insinto /usr/share/texmf-site/texmfind || die "insinto failed"
18
 
        doins texmf_files                                          || die "doins failed"
19
 
}