Fix DockBert recipe. Rename binary from Dock to DockBert.

Naming the binary different from the package doesn't make a whole
lot of sense.
This commit is contained in:
Humdinger
2015-10-14 10:42:17 +02:00
parent 3c6975d419
commit 569173a0eb

View File

@@ -7,17 +7,18 @@ COPYRIGHT="2005 yellowTAB GmbH"
LICENSE="BSD (3-clause)"
REVISION="4"
SOURCE_URI="https://github.com/HaikuArchives/DockBert/archive/722161cf8646b18eee2d00208fa649a0ebfe8d00.zip"
CHECKSUM_SHA256="704a8cde914b41219e60ef8fc375ab7847cae580b1265f1b9b84cbe294334cce"
CHECKSUM_SHA256="c4c4f2231fbb1f53880074137742a4145ae0027e3dc949617a9b9d95e4da39ae"
SOURCE_DIR="DockBert-722161cf8646b18eee2d00208fa649a0ebfe8d00"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
dockbert = $portVersion
app:Dock = $portVersion
dockbert$secondaryArchSuffix = $portVersion
app:DockBert = $portVersion
"
REQUIRES="
haiku
haiku$secondaryArchSuffix
"
BUILD_REQUIRES="
@@ -39,6 +40,6 @@ BUILD()
INSTALL()
{
mkdir -p $appsDir
cp -a source/objects/Dock $appsDir/Dock
addAppDeskbarSymlink $appsDir/Dock
cp -a source/objects/Dock $appsDir/DockBert
addAppDeskbarSymlink $appsDir/DockBert
}