Updated axel, bakefile, and antiword recipes so that they now build again, recipes by GCI2013 student Dareus

This commit is contained in:
Scott McCreary
2013-11-29 03:03:49 +00:00
parent 570125de67
commit 7de6be4b0e
3 changed files with 117 additions and 31 deletions

View File

@@ -1,21 +1,47 @@
DESCRIPTION="Converts MS Word files to text and ps"
HOMEPAGE="http://www.winfield.demon.nl/#Programmer"
SUMMARY="Converts MS Word files to text and ps"
DESCRIPTION="Antiword is a free software reader for proprietary Microsoft
Word documents, and is available for most computer platforms.
Antiword can convert the documents from Microsoft Word version
2, 6, 7, 97, 2000, 2002 and 2003 to plain text, PostScript, PDF,
and XML/DocBook (experimental).
"
HOMEPAGE="http://www.winfield.demon.nl/#Programmer"
SRC_URI="http://www.winfield.demon.nl/linux/antiword-0.37.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="f868e2a269edcbc06bf77e89a55898d1"
REVISION="1"
LICENSE="GNU GPL v2"
COPYRIGHT="1998-2005 A.J. van Os"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
PROVIDES="
antiword = $portVersion
cmd:antiword = $portVersion
"
REQUIRES="
haiku >= $haikuVersion
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:gcc
cmd:make
"
PATCHES="
antiword-0.37.patch
"
BUILD()
{
cd antiword-0.37
make --makefile Makefile.haiku
}
INSTALL()
{
cd antiword-0.37
make --makefile Makefile.haiku global_install
}
LICENSE="GNU GPL v2"
COPYRIGHT="1998-2005 A.J. van Os"