mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Merge all changes from trunk
This commit is contained in:
25
dev-libs/lzo/lzo-2.06.bep
Normal file
25
dev-libs/lzo/lzo-2.06.bep
Normal file
@@ -0,0 +1,25 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user