Improved DockBert recipe.

As Diver pointed out correctly, the $secondaryArchSuffix isn't needed.
Improved SUMMARY/DESCRIPTION.
This commit is contained in:
Humdinger
2015-10-14 10:52:22 +02:00
parent 569173a0eb
commit 37a325ad49

View File

@@ -1,11 +1,11 @@
SUMMARY="A dock for the Deskbar"
DESCRIPTION="DockBert is a Deskbar modification. It adds a dock to your \
Deskbar here you may have shortcuts organized in \"tabs\", a tab of the \
running apps and some other general eyecandy."
SUMMARY="A dock-like Deskbar alternative"
DESCRIPTION="DockBert is a modified Deskbar. It adds a dock to your \
desktop where you may have shortcuts organized in \"tabs\", a tab of the \
running apps and some other general eye-candy."
HOMEPAGE="https://github.com/HaikuArchives/DockBert"
COPYRIGHT="2005 yellowTAB GmbH"
LICENSE="BSD (3-clause)"
REVISION="4"
REVISION="5"
SOURCE_URI="https://github.com/HaikuArchives/DockBert/archive/722161cf8646b18eee2d00208fa649a0ebfe8d00.zip"
CHECKSUM_SHA256="c4c4f2231fbb1f53880074137742a4145ae0027e3dc949617a9b9d95e4da39ae"
SOURCE_DIR="DockBert-722161cf8646b18eee2d00208fa649a0ebfe8d00"
@@ -14,19 +14,19 @@ ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
dockbert$secondaryArchSuffix = $portVersion
dockbert = $portVersion
app:DockBert = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
haiku
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc$secondaryArchSuffix
cmd:g++
cmd:make
"