#10281 closed bug (invalid)
Seeker Recipe - Not working as it requires santa's gift bag
Reported by: | Daksh | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications | Version: | R1/Development |
Keywords: | Seeker | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
The following recipe file for seeker has been created as part of a google code in task(2013): http://www.google-melange.com/gci/task/view/google/gci2013/6080912408182784 The recipe is not building as it requires santa's gift bag libraries which are not compiled as yet.
SUMMARY="A file management program similar to Windows Explorer" DESCRIPTION=" The goal for Seeker is to provide an alternate means of file management for BeOS, providing easy interaction with Tracker and Terminal and allowing the user to work. It's currently quite useful as it is, and more features are planned for the future. " HOMEPAGE="https://github.com/HaikuArchives/Seeker" LICENSE="MIT" COPYRIGHT=" DarkWyrm " SRC_URI="git+https://github.com/HaikuArchives/Seeker" REVISION="1" ARCHITECTURES="x86_gcc2 x86 x86_64" PROVIDES=" seeker = $portVersion app:seeker = $portVersion " BUILD_PREREQUIRES=" makefile_engine cmd:gcc cmd:ld cmd:mkdepend cmd:make " REQUIRES=" haiku >= $haikuVersion " BUILD_REQUIRES=" # haiku_devel>=$haikuVersion devlib:libsanta " SOURCE_DIR="seeker-1.0" BUILD() { cd src make BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` } INSTALL() { mkdir -p $appsDir/Seeker objDir=src/objects.$(echo $buildArchitecture|sed -r s/_/-/g)-release cp -a $objDir/Seeker $appsDir/Seeker }
Also available at: https://bitbucket.org/Daksh/haikuports/src/2b228df5befbc02419636d274fb5d456bbadabbc/haiku-apps/seeker/seeker-1.0.0.recipe?at=master
Note:
See TracTickets
for help on using tickets.
Wrong bugtracker. Use the one at haikuports.