mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 10:40:05 +02:00
29 lines
518 B
Plaintext
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"
|