Files
haikuports/app-arch/arc/arc-5.21o.recipe
Ingo Weinhold 8b640ecacc arc-5.21o.recipe: Revert incorrect part of r2363
Apparently the script converting to shell syntax was a bit too greedy. Not that
matters much; the install section looks like it is completely broken anyway.
2013-03-29 22:13:14 +00:00

24 lines
593 B
Plaintext

DESCRIPTION="Create & extract files from DOS .ARC files"
HOMEPAGE="http://arc.sourceforge.net/"
SRC_URI="http://sunet.dl.sourceforge.net/project/arc/arc/arc-5.21o/arc-5.21o.tgz"
CHECKSUM_MD5="3b30c739b42b2fe8ac4ec0a05f34f284"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd arc-5.21o
make
}
INSTALL()
{
cd arc-5.21o
install arc --prefix={$DESTDIR}`finddir B_COMMON_DIRECTORY`
install marc --prefix={$DESTDIR}`finddir B_COMMON_DIRECTORY`
install arc.1 {$DESTDIR}`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man/man1
}
LICENSE="GNU GPL v2"
COPYRIGHT="1985-2009 Thom Henderson"