mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
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:
29
app-office/abiword/abiword-2.8.6.bep
Normal file
29
app-office/abiword/abiword-2.8.6.bep
Normal 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=""
|
||||
Reference in New Issue
Block a user