mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
antiword: code style.
This commit is contained in:
@@ -6,20 +6,26 @@ 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"
|
||||
COPYRIGHT="1998-2005 A.J. van Os"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.winfield.demon.nl/linux/antiword-0.37.tar.gz"
|
||||
CHECKSUM_SHA256="8e2c000fcbc6d641b0e6ff95e13c846da3ff31097801e86702124a206888f5ac"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1998-2005 A.J. van Os"
|
||||
PATCHES="
|
||||
antiword-0.37.patch
|
||||
"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/antiword_settings
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
antiword = $portVersion
|
||||
cmd:antiword = $portVersion
|
||||
cmd:kantiword =$portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -27,20 +33,11 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCHES="
|
||||
antiword-0.37.patch
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/antiword_settings
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user