mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
32
app-office/abiword/abiword-2.8.6.recipe
Normal file
32
app-office/abiword/abiword-2.8.6.recipe
Normal file
@@ -0,0 +1,32 @@
|
||||
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