summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiel Anthony E. Acuna (schoolboy) <amerei@gmail.com>2006-10-30 12:24:39 +0000
committerNiel Anthony E. Acuna (schoolboy) <amerei@gmail.com>2006-10-30 12:24:39 +0000
commit8ee008d95ba758515f3876cca7451f95b4ac70bc (patch)
treedb75100fdf92b16d8b9ef9a6b5425581ca4f16ab /net-libs/chix/chix-1.0.0.ebuild
parentre-ordering scripts dir (diff)
downloadsunrise-8ee008d95ba758515f3876cca7451f95b4ac70bc.tar.gz
sunrise-8ee008d95ba758515f3876cca7451f95b4ac70bc.tar.bz2
sunrise-8ee008d95ba758515f3876cca7451f95b4ac70bc.zip
net-libs/chix: Initial commit for the chix library. thanks to jockey and omp for the walkthrough
svn path=/sunrise/; revision=1689
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
+}
+