summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-09-27 06:55:07 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-09-27 06:55:07 +0000
commit757ca99738163fb0e098601addb47c7e56bdeaeb (patch)
tree98c419becef45f35e08c552d713ab794a1217d4d /dev-libs/libbulletml
parentVersion bump (Manifest recommit) (diff)
downloadgentoo-2-757ca99738163fb0e098601addb47c7e56bdeaeb.tar.gz
gentoo-2-757ca99738163fb0e098601addb47c7e56bdeaeb.tar.bz2
gentoo-2-757ca99738163fb0e098601addb47c7e56bdeaeb.zip
initial commit - ebuild submitted by Atzm Watanabe via bug #45038
Diffstat (limited to 'dev-libs/libbulletml')
-rw-r--r--dev-libs/libbulletml/ChangeLog10
-rw-r--r--dev-libs/libbulletml/Manifest2
-rw-r--r--dev-libs/libbulletml/files/digest-libbulletml-0.0.61
-rw-r--r--dev-libs/libbulletml/libbulletml-0.0.6.ebuild33
-rw-r--r--dev-libs/libbulletml/metadata.xml5
5 files changed, 51 insertions, 0 deletions
diff --git a/dev-libs/libbulletml/ChangeLog b/dev-libs/libbulletml/ChangeLog
new file mode 100644
index 000000000000..8c5a4b38a435
--- /dev/null
+++ b/dev-libs/libbulletml/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-libs/libbulletml
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/ChangeLog,v 1.1 2004/09/27 06:55:07 mr_bones_ Exp $
+
+*libbulletml-0.0.6 (26 Sep 2004)
+
+ 26 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml,
+ +libbulletml-0.0.6.ebuild:
+ initial commit - ebuild submitted by Atzm Watanabe via bug #45038
+
diff --git a/dev-libs/libbulletml/Manifest b/dev-libs/libbulletml/Manifest
new file mode 100644
index 000000000000..31cf2d3ccf9f
--- /dev/null
+++ b/dev-libs/libbulletml/Manifest
@@ -0,0 +1,2 @@
+MD5 c56c4cedec39c579c49927ac43630a32 libbulletml-0.0.6.ebuild 714
+MD5 3d90babb5f0b30570ef23d7d253a8971 files/digest-libbulletml-0.0.6 69
diff --git a/dev-libs/libbulletml/files/digest-libbulletml-0.0.6 b/dev-libs/libbulletml/files/digest-libbulletml-0.0.6
new file mode 100644
index 000000000000..04f1ab78a73f
--- /dev/null
+++ b/dev-libs/libbulletml/files/digest-libbulletml-0.0.6
@@ -0,0 +1 @@
+MD5 fc5010ccc78b7f41cce4205c56e7c60d libbulletml-0.0.6.tar.bz2 94529
diff --git a/dev-libs/libbulletml/libbulletml-0.0.6.ebuild b/dev-libs/libbulletml/libbulletml-0.0.6.ebuild
new file mode 100644
index 000000000000..4bc93f146b5e
--- /dev/null
+++ b/dev-libs/libbulletml/libbulletml-0.0.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild,v 1.1 2004/09/27 06:55:07 mr_bones_ Exp $
+
+DESCRIPTION="A Library of Bullet Markup Language"
+HOMEPAGE="http://user.ecc.u-tokyo.ac.jp/~s31552/wp/libbulletml/index_en.html"
+SRC_URI="http://user.ecc.u-tokyo.ac.jp/~s31552/wp/libbulletml/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+S="${WORKDIR}/${PN#lib}/src"
+
+src_compile() {
+ emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "emake failed"
+}
+
+src_install() {
+ dolib.a libbulletml.a
+
+ insinto /usr/include/bulletml
+ doins *.h
+
+ insinto /usr/include/bulletml/tinyxml
+ doins tinyxml/tinyxml.h
+
+ insinto /usr/include/bulletml/ygg
+ doins ygg/ygg.h
+
+ dodoc ../README*
+}
diff --git a/dev-libs/libbulletml/metadata.xml b/dev-libs/libbulletml/metadata.xml
new file mode 100644
index 000000000000..d3c2cc926f0b
--- /dev/null
+++ b/dev-libs/libbulletml/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+</pkgmetadata>