* 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,21 @@
DESCRIPTION="Converts MS Word files to text and ps"
HOMEPAGE="http://www.winfield.demon.nl/#Programmer"
SRC_URI="http://www.winfield.demon.nl/linux/antiword-0.37.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="f868e2a269edcbc06bf77e89a55898d1"
BUILD()
{
cd antiword-0.37
make --makefile Makefile.haiku
}
INSTALL()
{
cd antiword-0.37
make --makefile Makefile.haiku global_install
}
LICENSE="GNU GPL v2"
COPYRIGHT="1998-2005 A.J. van Os"