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" COPYRIGHT=" 1998-2006 Matthijs Hollemans 2007 Jonas Sundström." LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/HaikuArchives/TrackerGrep/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="7b19601d48ae26bc54345c26914892ea6a8e54f131c5049ee5bb52523a950d81" SOURCE_DIR="TrackerGrep-$portVersion" 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 " BUILD() { cd source make $jobArgs OBJ_DIR=objects } INSTALL() { cd source mkdir -p $addOnsDir/Tracker/ cp objects/TrackerGrep-G $addOnsDir/Tracker/ }