From b3f40534ecdd8c0216df48edb7a63b0ff12b5f2f Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 3 Sep 2010 22:24:42 +0000 Subject: [PATCH] Initial bep file for sablotron --- app-text/sablotron/sablotron-1.0.3.bep | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 app-text/sablotron/sablotron-1.0.3.bep diff --git a/app-text/sablotron/sablotron-1.0.3.bep b/app-text/sablotron/sablotron-1.0.3.bep new file mode 100644 index 000000000..1eb592e97 --- /dev/null +++ b/app-text/sablotron/sablotron-1.0.3.bep @@ -0,0 +1,27 @@ +DESCRIPTION="Sablotron XML processor" +HOMEPAGE="http://sourceforge.net/projects/sablotron" +SRC_URI="http://sourceforge.net/projects/sablotron/files/sablotron-1.0.3/Sablot-1.0.3.tar.gz/download" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +CHECKSUM_MD5="72654c4b832e7562f8240ea675577f5e" +BUILD { + cd Sablot-1.0.3 + touch NEWS + touch AUTHORS + touch COPYING + touch ChangeLog + libtoolize --force --copy --install + aclocal + automake --add-missing -Wnone + autoconf + ./configure --prefix=`finddir B_COMMON_BIN_DIRECTORY` + make +} + +INSTALL { + cd Sablot-1.0.3 + make install +} +LICENSE="MPL v1.1" +COPYRIGHT="2000-2002 Ginger Alliance Ltd. All Rights Reserved."