Date: Friday, November 17, 2006 @ 15:10:38
  Author: csaba
    Path: /cvsroot/carob/carob

   Added: carob.ebuild (1.1)

Adding the Gentoo ebuild.


--------------+
 carob.ebuild |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+)


Index: carob/carob.ebuild
diff -u /dev/null carob/carob.ebuild:1.1
--- /dev/null   Fri Nov 17 15:10:38 2006
+++ carob/carob.ebuild  Fri Nov 17 15:10:38 2006
@@ -0,0 +1,42 @@
+# Copyright 2006 Continuent, Inc. 
+# Distributed under the terms of the Apache License, Version 2.0
+# $Header: /cvsroot/carob/carob/carob.ebuild,v 1.1 2006/11/17 14:10:38 csaba 
Exp $
+
+inherit eutils
+
+MY_P=${PN}-r${PV//./_}
+
+DESCRIPTION="Bringing Sequoia technology to the C/C++ world."
+HOMEPAGE="http://carob.continuent.org";
+SRC_URI="http://carob.continuent.org/repo/src/${MY_P}.tar.gz";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND="dev-libs/gmp"
+
+S=${WORKDIR}/${MY_P}
+
+src_unpack() {
+       unpack ${A}
+       cd ${S}
+}
+
+src_compile() {
+       emake || die
+}
+
+src_install() {
+       dolib.a *.a || die
+       dolib.so *.so* || die
+
+       insinto /usr/include/${PN}
+       doins include/*.hpp || die
+
+       dodoc README doc/RELNOTES
+
+       dohtml -r doxygen/html/*
+}
+

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to