Add seeker recipe, fix libsanta build

Resolves issue #62.
This commit is contained in:
Kacper Kasper
2014-09-24 22:24:30 +00:00
parent 43fd0ddd92
commit 190415521c
2 changed files with 57 additions and 4 deletions

View File

@@ -0,0 +1,53 @@
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="https://github.com/HaikuArchives/Seeker/archive/09b3516208b34aee6fded536100f79fcba76e9dd.zip"
CHECKSUM_SHA256="59a4e2cdca7adc5b83291eff8766a616fc257ef9c4e44255c2a0a13e1f94a159"
SOURCE_DIR="Seeker-09b3516208b34aee6fded536100f79fcba76e9dd"
REVISION="1"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
PROVIDES="
seeker = $portVersion
app:seeker = $portVersion
"
REQUIRES="
haiku >= $haikuVersion
lib:libsanta
"
BUILD_REQUIRES="
devel:libsanta
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
makefile_engine
cmd:gcc
cmd:ld
cmd:mkdepend
cmd:make
"
BUILD()
{
cd src
local packageName="${portName}-$portFullVersion"
local packageLinksDir=$(dirname $portPackageLinksDir)
local libsantaDir="$packageLinksDir/${packageName}/devel~libsanta/$relativeIncludeDir/santa"
make OBJ_DIR=objects LOCAL_INCLUDE_PATHS=$libsantaDir $jobArgs
}
INSTALL()
{
mkdir -p $appsDir
cp -a src/objects/Seeker $appsDir
addAppDeskbarSymlink $appsDir/Seeker
}

View File

@@ -7,10 +7,10 @@ This package only exists for applications that have not yet been migrated.
HOMEPAGE="https://github.com/HaikuArchives/SantasGiftBag"
COPYRIGHT="1997-2000 Brian Tietz"
LICENSE="libsanta"
SRC_URI="https://github.com/HaikuArchives/SantasGiftBag/archive/57a3163e7430c0caa4b7cc50947f3e547d3de0c1.zip"
CHECKSUM_SHA256="239559169556df90f30dcd88b83c2acc5efdbff9b01cc8bb375129ec5f02f86f"
SOURCE_DIR="SantasGiftBag-57a3163e7430c0caa4b7cc50947f3e547d3de0c1"
REVISION="3"
SRC_URI="https://github.com/HaikuArchives/SantasGiftBag/archive/549bc8cf67cb52cd8614c28b35e501a7d9adbeb7.zip"
CHECKSUM_SHA256="14cc50b0ea94deb714de6a9b39749d046679fc5ca1d5cab5500f48c32345ac7b"
SOURCE_DIR="SantasGiftBag-549bc8cf67cb52cd8614c28b35e501a7d9adbeb7"
REVISION="4"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"