Merged in humdinger/haikuports/beezer (pull request #530)

Updated Beezer recipe.
This commit is contained in:
gus knight
2015-05-19 12:52:37 -04:00

View File

@@ -1,33 +1,36 @@
SUMMARY="An archive manager for Haiku, similar to winzip"
DESCRIPTION="
Beezer is an archive manager for Haiku. It can extract and browse, create and \
add to archive files. In addition, Beezer can split and rejoin files.
It can extract 7zip, arj, bzip2, gzip, lha, rar, tar, xz and zip files.
It can create 7zip, bzip2, gzip, tar and zip files.
"
SUMMARY="An archive manager similar to winzip"
DESCRIPTION="Beezer is an archive manager that can extract and browse, create \
and add to archive files and also split and rejoin them. It extracts 7zip, \
bzip2, gzip, lha, rar, tar, xz and zip files and creates 7zip, bzip2, \
gzip, tar and zip archives."
HOMEPAGE="https://bitbucket.org/cpr/beezer"
SRC_URI="hg+https://bitbucket.org/cpr/beezer"
LICENSE="BSD (3-clause)"
COPYRIGHT="
2009 Ramshankar (aka Teknomancer)
2011-2012 Chris Roberts
2011-2015 Chris Roberts
"
REVISION="3"
REVISION="4"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
PROVIDES="
beezer = $portVersion
app:Beezer = $portVersion
"
REQUIRES="
haiku
cmd:7za
cmd:bzip2
cmd:lha
cmd:tar
cmd:unrar
cmd:unzip
cmd:xz
cmd:zip
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:cmake
cmd:gcc