Merge all changes from trunk

This commit is contained in:
Oliver Tappe
2013-03-29 14:04:07 +00:00
parent 888e133171
commit 94cc6aaf85
1052 changed files with 65053 additions and 2541 deletions

25
dev-libs/lzo/lzo-2.06.bep Normal file
View 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"