Files
haikuports/app-arch/fastjar/fastjar-0.98.bep
2010-05-16 19:28:03 +00:00

22 lines
534 B
Plaintext

DESCRIPTION="A jar program written in C"
HOMEPAGE="https://savannah.nongnu.org/projects/fastjar"
SRC_URI="http://mirror.its.uidaho.edu/pub/savannah/fastjar/fastjar-0.98.tar.gz"
CHECKSUM_MD5="d2d264d343d4d0e1575832cc1023c3bf"
REVISION="2"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd fastjar-0.98
autoreconf -vfi
configure --prefix=/boot/common
make
}
INSTALL {
cd fastjar-0.98
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="1999-2001 Bryan Burns, Cory Jon Hollingsworth, Matthias Klose (documentation)
2007-2009 Dalibor Topic"