]> Pileus Git - ~andy/sunrise/blob - sys-apps/metastore/metastore-9999.ebuild
sunrise/ net-nntp/nzbperl/Manifest: Update copyright line to satisfy repoman
[~andy/sunrise] / sys-apps / metastore / metastore-9999.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit git-2
6
7 DESCRIPTION="Tool to store the metadata of files,directories,links in a file tree"
8 HOMEPAGE="http://david.hardeman.nu/software.php"
9 EGIT_REPO_URI="git://git.hardeman.nu/metastore.git"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS=""
14 IUSE=""
15
16 src_install() {
17         emake DESTDIR="${D}" install || die "make install failed"
18         dodoc README || die "docs install failed"
19 }