Files
haikuports/haiku-apps/W6/W6-1.7.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

29 lines
679 B
Plaintext

DESCRIPTION="What Went Wrong? it's a World Wide War!"
HOMEPAGE="http://lema.link-u.com/be/"
SRC_URI="http://lema.link-u.com/be/W6Haiku.zip"
CHECKSUM_MD5="763e608d79ee6de6efe6dcb77600a331"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd W6Haiku
make
cd ../
wget http://lema.link-u.com/be/W6forR5-with-sources.zip
unzip W6forR5-with-sources.zip
cp -r W6/w6s W6Haiku
}
INSTALL()
{
cd W6Haiku
mkdir -p $DESTDIR`finddir B_APPS_DIRECTORY`/W6
install -m 0755 objects.x86-gcc`setgcc | tail -c -2`-release/W6Haiku $DESTDIR`finddir B_APPS_DIRECTORY`/W6/W6
cp -r w6s $DESTDIR`finddir B_APPS_DIRECTORY`/W6
}
LICENSE="Public Domain"
COPYRIGHT="1998-1999 Santiago Lema"