Initial bep and patch for abiword-2.8.6, it's broken and will required much coding to get working, but this now let's it configure.

This can be used as a starting point for further work.
This commit is contained in:
Scott McCreary
2011-04-14 22:42:59 +00:00
parent e36c2373af
commit ec12dcbd5c
2 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
DESCRIPTION="AbiWord"
HOMEPAGE="http://www.abisource.com"
SRC_URI="http://www.abisource.com/downloads/abiword/2.8.6/source/abiword-2.8.6.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND="media-libs/jpeg >= 6b
media-libs/libpng >= 1.2"
CHECKSUM_MD5="f883b0a7f26229a9c66fd6a1a94381aa"
BUILD {
cd abiword-2.8.6
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--with-haiku
make
}
INSTALL {
cd abiword-2.8.6
make install
}
TEST {
cd abiword-2.8.6
# make test
# make check
}
#LICENSE=""
#COPYRIGHT=""