From 48c5fb60f3cb3f51ff7dc034aa15dd93f8d92113 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 12 Oct 2009 23:22:07 +0000 Subject: [PATCH] Initial checkin of .bep files for libxml2, note that for some reason haikuporter isn't locating these correctly, trac ticket filed. --- dev-libs/libxml2/libxml2-2.7.3.bep | 20 +++++++++++++++++++ dev-libs/libxml2/libxml2-2.7.6.bep | 20 +++++++++++++++++++ .../libxml2-2.7.3.patch} | 0 3 files changed, 40 insertions(+) create mode 100644 dev-libs/libxml2/libxml2-2.7.3.bep create mode 100644 dev-libs/libxml2/libxml2-2.7.6.bep rename dev-libs/libxml2/{libxml2-2.7.3-haiku.diff => patches/libxml2-2.7.3.patch} (100%) diff --git a/dev-libs/libxml2/libxml2-2.7.3.bep b/dev-libs/libxml2/libxml2-2.7.3.bep new file mode 100644 index 000000000..2dbd8e7dd --- /dev/null +++ b/dev-libs/libxml2/libxml2-2.7.3.bep @@ -0,0 +1,20 @@ +DESCRIPTION="libxml2 - Version 2 of the library to manipulate XML files" +HOMEPAGE="http://www.xmlsoft.org/" +SRC_URI="ftp://xmlsoft.org/libxml2/libxml2-2.7.3.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd libxml2-2.7.3 + libtoolize --force --copy --install + aclocal + autoconf + automake + ./configure --prefix=/boot/common --enable-ipv6=no LDFLAGS=-lnetwork + make +} + +INSTALL { + cd libxml2-2.7.3 + make install +} diff --git a/dev-libs/libxml2/libxml2-2.7.6.bep b/dev-libs/libxml2/libxml2-2.7.6.bep new file mode 100644 index 000000000..b05cacf49 --- /dev/null +++ b/dev-libs/libxml2/libxml2-2.7.6.bep @@ -0,0 +1,20 @@ +DESCRIPTION="libxml2 - Version 2 of the library to manipulate XML files" +HOMEPAGE="http://www.xmlsoft.org/" +SRC_URI="ftp://xmlsoft.org/libxml2/libxml2-2.7.6.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd libxml2-2.7.6 + libtoolize --force --copy --install + aclocal + autoconf + automake + ./configure --prefix=/boot/common --enable-ipv6=no LDFLAGS=-lnetwork + make +} + +INSTALL { + cd libxml2-2.7.6 + make install +} diff --git a/dev-libs/libxml2/libxml2-2.7.3-haiku.diff b/dev-libs/libxml2/patches/libxml2-2.7.3.patch similarity index 100% rename from dev-libs/libxml2/libxml2-2.7.3-haiku.diff rename to dev-libs/libxml2/patches/libxml2-2.7.3.patch