summaryrefslogtreecommitdiff
blob: 65ee598966e16bda419773478db4ed41b6a24720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION=""
HOMEPAGE="http://pcc.ludd.ltu.se"
SRC_URI="ftp://pcc.ludd.ltu.se/pub/${PN}/${PN}-${PV}.tgz"
LICENSE=""
SLOT="0"
KEYWORDS="~x86"

IUSE=""

RDEPEND=""


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