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

DESCRIPTION=""
HOMEPAGE="http://www.stellingwerff.com/?p=9"
SRC_URI="http://www.stellingwerff.com/${PN}/${P}.tar.bz2"

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

DEPEND=""
RDEPEND=""

src_install() {
	einstall || die "einstall failed"
}