From 1f5f2217f0ddfa2bab5b590935f7cdd5f7fd6c15 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 10 Sep 2010 22:43:52 +0000 Subject: [PATCH] Initial .bep file for antiword. --- app-text/antiword/antiword-0.37.bep | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app-text/antiword/antiword-0.37.bep diff --git a/app-text/antiword/antiword-0.37.bep b/app-text/antiword/antiword-0.37.bep new file mode 100644 index 000000000..0ad1c9bf8 --- /dev/null +++ b/app-text/antiword/antiword-0.37.bep @@ -0,0 +1,21 @@ +DESCRIPTION="antiword is a free MS Word reader." +HOMEPAGE="http://www.winfield.demon.nl" +SRC_URI="http://www.winfield.demon.nl/linux/antiword-0.37.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +CHECKSUM_MD5="f868e2a269edcbc06bf77e89a55898d1" +BUILD { + cd antiword-0.37 + make +} + +INSTALL { + cd antiword-0.37 + make global_install DESTDIR=${DESTDIR} \ + GLOBAL_INSTALL_DIR=`finddir B_COMMON_BIN_DIRECTORY` \ + GLOBAL_RESOURCES_DIR=`finddir B_COMMON_DATA_DIRECTORY`/antiword + +} +LICENSE="GNU GPL v2" +COPYRIGHT="1998-2005 A.J. van Os"