Updated Beezer recipe.

* Compiled from newest Beezer source #d6793e058344b8a2e4b9b83b61654beedfd5f8ea
  (all vector icons, updated documenation, small fixes)
* Updated DESCRIPTION
* Added all supported archivers as REQUIRES
This commit is contained in:
Humdinger
2015-05-19 18:10:46 +02:00
parent 3ff0d11160
commit 107fdd06ca

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