summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/chix/chix-1.0.0.ebuild')
-rw-r--r--net-libs/chix/chix-1.0.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-libs/chix/chix-1.0.0.ebuild b/net-libs/chix/chix-1.0.0.ebuild
new file mode 100644
index 000000000..0f34c7950
--- /dev/null
+++ b/net-libs/chix/chix-1.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="c interface to the chikka protocol"
+HOMEPAGE="http://chix.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install () {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc README
+}
+