From 8ecbfc472052676ab37744d88e0fada9d5ce0d3f Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 16 Nov 2009 08:25:15 +0000 Subject: [PATCH] Initial .bep file fir libxslt-1.1.26 --- dev-libs/libxslt/libxslt-1.1.26.bep | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-libs/libxslt/libxslt-1.1.26.bep diff --git a/dev-libs/libxslt/libxslt-1.1.26.bep b/dev-libs/libxslt/libxslt-1.1.26.bep new file mode 100644 index 000000000..b9755949d --- /dev/null +++ b/dev-libs/libxslt/libxslt-1.1.26.bep @@ -0,0 +1,20 @@ +DESCRIPTION="libxslt - Libxslt is the XSLT C library developed for the GNOME project." +HOMEPAGE="http://www.xmlsoft.org/" +SRC_URI="ftp://xmlsoft.org/libxml2/libxslt-1.1.26.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd libxslt-1.1.26 + libtoolize --force --copy --install + aclocal + autoconf + automake + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd libxslt-1.1.26 + make install +}