mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
21
app-text/antiword/antiword-0.37.recipe
Normal file
21
app-text/antiword/antiword-0.37.recipe
Normal 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"
|
||||
Reference in New Issue
Block a user