mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Add dockbert, recipe from GCI2013 student tgkokk
This commit is contained in:
41
haiku-apps/dockbert/dockbert-1.0.2b1.recipe
Normal file
41
haiku-apps/dockbert/dockbert-1.0.2b1.recipe
Normal file
@@ -0,0 +1,41 @@
|
||||
DESCRIPTION="DockBert is a Deskbar modification. It adds a dock to your deskbar where you may have shortcuts organized in "tabs", a tab of the running apps and some other general eyecandy."
|
||||
SUMMARY="DockBert adds a dock to your deskbar"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/DockBert"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/DockBert"
|
||||
COPYRIGHT="2005 yellowTAB GmbH"
|
||||
LICENSE="BSD (3-clause)"
|
||||
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
dockbert = $portVersion
|
||||
app:dockbert = $portVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:mkdepend
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd trunk
|
||||
make BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
architecture=$(echo $buildArchitecture | sed 's/_/-/g')
|
||||
|
||||
cd trunk/objects.$architecture-debug
|
||||
|
||||
mkdir -p $appsDir/Dock
|
||||
cp -a Dock $appsDir/Dock
|
||||
|
||||
addAppDeskbarSymlink $appsDir/Dock/Dock
|
||||
}
|
||||
Reference in New Issue
Block a user