mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Updated axel, bakefile, and antiword recipes so that they now build again, recipes by GCI2013 student Dareus
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user