]> Pileus Git - ~andy/sunrise/blob - sys-apps/metastore/metastore-9999.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update headers for 2010
[~andy/sunrise] / sys-apps / metastore / metastore-9999.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit git
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 }