]> Pileus Git - ~andy/sunrise/blob - net-libs/chix/chix-1.0.0.ebuild
dev-db/cppdb: Add ~amd64 keyword, EAPI bump
[~andy/sunrise] / net-libs / chix / chix-1.0.0.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="c interface to the chikka protocol"
6 HOMEPAGE="http://chix.sourceforge.net"
7 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~x86"
12 IUSE=""
13
14 DEPEND=""
15 RDEPEND=""
16
17 src_install () {
18         emake DESTDIR="${D}" install || die "emake install failed"
19         dodoc README
20 }