mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Improved DockBert recipe.
As Diver pointed out correctly, the $secondaryArchSuffix isn't needed. Improved SUMMARY/DESCRIPTION.
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user