Files
haikuports/dev-libs/lzo/lzo-2.06.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
518 B
Plaintext

DESCRIPTION="An extremely fast compression and decompression library"
HOMEPAGE="http://www.oberhumer.com/opensource/lzo/"
SRC_URI="http://www.oberhumer.com/opensource/lzo/download/lzo-2.06.tar.gz"
CHECKSUM_MD5="95380bd4081f85ef08c5209f4107e9f8"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd lzo-2.06
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd lzo-2.06
make install
}
TEST()
{
cd lzo-2.06
make check
}
LICENSE="GNU GPL v2"
COPYRIGHT="1996-2011 Markus F.X.J Oberhumer"