aboutsummaryrefslogtreecommitdiff
blob: b40812afd8d96618e517c952622ab3b7624ebba0 (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
26
27
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DESCRIPTION="Minor syntax errors"
HOMEPAGE="http://example.com/"

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

WANT_AUTOMAKE=latest

src_unpack() {
	epatch
}

src_compile() {
	econf
}

src_install() {
	cd "${S}"
	dodoc COPYING
}