mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
lzop: new recipe (#1598)
This commit is contained in:
committed by
Jérôme Duval
parent
3e9e9f65b0
commit
6cf2dc06ab
46
app-arch/lzop/lzop-1.04.recipe
Normal file
46
app-arch/lzop/lzop-1.04.recipe
Normal file
@@ -0,0 +1,46 @@
|
||||
SUMMARY="A very fast file compressor"
|
||||
DESCRIPTION="Lempel-Ziv-Oberhumer Packer, lzop is a file compressor similar \
|
||||
to gzip. Its main advantages over gzip are much higher compression and \
|
||||
decompression speed at the cost of some compression ratio."
|
||||
HOMEPAGE="http://www.lzop.org/"
|
||||
COPYRIGHT="1996-2017 Markus Franz Xaver
|
||||
Johannes Oberhumer"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.lzop.org/download/lzop-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7e72b62a8a60aff5200a047eea0773a8fb205caf7acbe1774d95147f305a2f41"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
lzop = $portVersion
|
||||
cmd:lzop = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:liblzo2
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:liblzo2
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:awk
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -vfi
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user