mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
8Dock: new recipe (#4019)
This commit is contained in:
committed by
Sergei Reznikov
parent
3df99a43c7
commit
1c4fc5fad9
48
haiku-apps/8dock/8dock-0.9.5~git.recipe
Normal file
48
haiku-apps/8dock/8dock-0.9.5~git.recipe
Normal file
@@ -0,0 +1,48 @@
|
||||
SUMMARY="App and file launcher"
|
||||
DESCRIPTION="Drag icons into 8Dock. Double-click to launch them."
|
||||
HOMEPAGE="http://www.vortex.is/~jonr/Be/apps/"
|
||||
COPYRIGHT="1999-2002 Michael Pfeiffe
|
||||
2017-2019 HaikuArchives Team"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
srcGitRev="88b4f0b03aa3018c3a13e9cd02ed40933bfcb26d"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/8Dock/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="2536bb953b446f52d973a1896c123c33521f6b52014473de2cdb104f72196d78"
|
||||
SOURCE_FILENAME="8Dock-$portVersion-$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="8Dock-$srcGitRev/src"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
8dock = $portVersion
|
||||
app:8Dock = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp -a objects/8Dock $appsDir
|
||||
addAppDeskbarSymlink $appsDir/8Dock
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
Reference in New Issue
Block a user