mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
22 lines
487 B
Plaintext
22 lines
487 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 /boot/common/bin
|
|
install marc /boot/common/bin
|
|
install arc.1 /boot/common/man/man1
|
|
}
|
|
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="1985-2009 Thom Henderson"
|