mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Added recipe for QueryWatcher, fails to build on makefile-engine error
This commit is contained in:
43
haiku-apps/querywatcher/querywatcher-1.4.recipe
Normal file
43
haiku-apps/querywatcher/querywatcher-1.4.recipe
Normal file
@@ -0,0 +1,43 @@
|
||||
SUMMARY="An application that monitors Tracker queries."
|
||||
DESCRIPTION="This is a tiny little GUI application that monitors any regular Tracker queries and displays miniature indicator lights for the presence of results."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/QueryWatcher"
|
||||
SRC_URI="git://github.com/HaikuArchives/QueryWatcher.git"
|
||||
LICENSE="Public Domain"
|
||||
COPYRIGHT="
|
||||
2003-2004 Michael Armida
|
||||
2004 Mikael Eiman
|
||||
2004 Michael Davidson
|
||||
"
|
||||
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
PROVIDES="app:QueryWatcher = $portVersion"
|
||||
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:mkdepend
|
||||
"
|
||||
|
||||
SOURCE_DIR="src/src"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir /QueryWatcher
|
||||
cp -a QueryWatcher $appsDir/QueryWatcher
|
||||
addAppDeskbarSymlink $appsDir/QueryWatcher
|
||||
}
|
||||
Reference in New Issue
Block a user