mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user