summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2002-08-07 08:54:44 +0000
committerGeorge Shapovalov <george@gentoo.org>2002-08-07 08:54:44 +0000
commit475e801f5364b7d607492a5a26cd01f967dc76f3 (patch)
treed2ec780a359a18b1282d991974e0cec191114bf9 /dev-libs/btparse
parentFix bug #6101 (diff)
downloadhistorical-475e801f5364b7d607492a5a26cd01f967dc76f3.tar.gz
historical-475e801f5364b7d607492a5a26cd01f967dc76f3.tar.bz2
historical-475e801f5364b7d607492a5a26cd01f967dc76f3.zip
new package btpacre: A C library to parse Bibtex files
Diffstat (limited to 'dev-libs/btparse')
-rw-r--r--dev-libs/btparse/ChangeLog11
-rw-r--r--dev-libs/btparse/btparse-0.33.ebuild36
-rw-r--r--dev-libs/btparse/files/digest-btparse-0.331
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-libs/btparse/ChangeLog b/dev-libs/btparse/ChangeLog
new file mode 100644
index 000000000000..af416b8b7637
--- /dev/null
+++ b/dev-libs/btparse/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-libs/btparse
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparse/ChangeLog,v 1.1 2002/08/07 08:54:44 george Exp $
+
+*btparse-0.33 (06 Aug 2002)
+
+ 06 Aug 2002; George Shapovalov <george@gentoo.org> btparse-0.33.ebuild, files/digest-btparse-0.33 :
+
+ Initial release
+
+ ebuild submitted by Chris Bainbridge <chrb@dcs.ed.ac.uk>
diff --git a/dev-libs/btparse/btparse-0.33.ebuild b/dev-libs/btparse/btparse-0.33.ebuild
new file mode 100644
index 000000000000..0744591737fb
--- /dev/null
+++ b/dev-libs/btparse/btparse-0.33.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparse/btparse-0.33.ebuild,v 1.1 2002/08/07 08:54:44 george Exp $
+
+DESCRIPTION="A C library to parse Bibtex files"
+HOMEPAGE="http://starship.python.net/~gward/btOOL/"
+SRC_URI="http://starship.python.net/~gward/btOOL//${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
+RDEPEND="${DEPEND}"
+S=${WORKDIR}/${P}
+
+src_compile() {
+ #have to include ${D} into mandir here,
+ #for some reason mandir=${D}/... is ignored during make install..
+ ./configure --host=${CHOST} \
+ --prefix=/usr \
+ --mandir=${D}/usr/share/man || die "./configure failed"
+ emake lib shlib || die
+}
+
+src_install () {
+ #make \
+ # prefix=${D}/usr \
+ # mandir=${D}/usr/share/man \
+ # install || die
+
+
+ make prefix=${D}/usr install || die
+ dolib.so libbtparse.so
+ dodoc CHANGES README
+}
diff --git a/dev-libs/btparse/files/digest-btparse-0.33 b/dev-libs/btparse/files/digest-btparse-0.33
new file mode 100644
index 000000000000..4490398b20d9
--- /dev/null
+++ b/dev-libs/btparse/files/digest-btparse-0.33
@@ -0,0 +1 @@
+MD5 426da135e8cb2ee36278b578b12453a4 btparse-0.33.tar.gz 205792