* convert all .bep files to follow shell syntax

* rename all .bep files to .recipe
This commit is contained in:
Oliver Tappe
2013-03-29 16:31:03 +00:00
parent 94cc6aaf85
commit 60aba35d64
937 changed files with 4094 additions and 2047 deletions

View 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=""