[haiku-bugs] [Haiku] #10281: Seeker Recipe - Not working as it requires santa's gift bag

  • From: "Daksh" <trac@xxxxxxxxxxxx>
  • Date: Thu, 05 Dec 2013 09:26:35 -0000

#10281: Seeker Recipe - Not working as it requires santa's gift bag
--------------------------+------------------------------
 Reporter:  Daksh         |        Owner:  nobody
     Type:  bug           |       Status:  new
 Priority:  normal        |    Milestone:  R1
Component:  Applications  |      Version:  R1/Development
 Keywords:  Seeker        |   Blocked By:
 Blocking:                |  Has a Patch:  0
 Platform:  All           |
--------------------------+------------------------------
 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

--
Ticket URL: <http://dev.haiku-os.org/ticket/10281>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: