summaryrefslogtreecommitdiff
blob: 710a1b067a2ba1357c17690db607c8e0b97a0f50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit autotools git
DESCRIPTION=""
HOMEPAGE=""
SRC_URI=""
EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/lib/libpciaccess"

LICENSE=""
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="sys-apps/pciutils"
RDEPEND=""

src_unpack() {
	git_src_unpack
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install
}