mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
TrackerGrep: v5.2.
This commit is contained in:
50
haiku-apps/trackergrep/trackergrep-5.2.recipe
Normal file
50
haiku-apps/trackergrep/trackergrep-5.2.recipe
Normal file
@@ -0,0 +1,50 @@
|
||||
SUMMARY="A simple Tracker add-on that lets you search through text files."
|
||||
DESCRIPTION="TrackerGrep is a simple Tracker add-on that lets you search \
|
||||
through text files. Haiku already comes with a tool that lets you do that \
|
||||
(grep) but you need to use it from a Terminal window. Gone are those days \
|
||||
of command-line trouble, because from now on TrackerGrep lets you run grep \
|
||||
directly from Tracker."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/TrackerGrep"
|
||||
SRC_URI="https://github.com/HaikuArchives/TrackerGrep/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7b19601d48ae26bc54345c26914892ea6a8e54f131c5049ee5bb52523a950d81"
|
||||
SOURCE_DIR="TrackerGrep-$portVersion"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="
|
||||
1998-2006 Matthijs Hollemans
|
||||
2007 Jonas Sundström."
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
trackergrep = $portVersion
|
||||
add_on:TrackerGrep = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:grep
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:make
|
||||
cmd:mkdepend
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd source
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd source
|
||||
mkdir -p $addOnsDir/Tracker/
|
||||
|
||||
cp objects/TrackerGrep-G $addOnsDir/Tracker/
|
||||
}
|
||||
Reference in New Issue
Block a user