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