mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Overhaul the haiku-apps directory
* Fixed PROVIDES/*REQUIRES entries * Added vcs hashes to the ports needing it in the SRC_URI * Made single executable apps install to the top level $appsDir * Added patches for gcc4 versions of most apps * Added patches for apps that couldn't build on any arch ( even though they were marked as working :( ) * Other misc fixes that I've forgotten already because I'm sick of looking at this directory
This commit is contained in:
@@ -1,39 +1,45 @@
|
||||
DESCRIPTION="organizer - An organizer that helps you keep track on your appointments, notes and stuff."
|
||||
DESCRIPTION="An organizer that helps you keep track on your appointments, notes and stuff."
|
||||
SUMMARY="An organizer that helps you keep track on your appointments, notes and stuff."
|
||||
COPYRIGHT="2013 Marius Stene"
|
||||
LICENSE="Public Domain"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Organizer"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/Organizer"
|
||||
REVISION="1"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/Organizer#a534f0e992"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
organizer = $portVersion
|
||||
app:organizer = $portVersion
|
||||
lib:libfSub"
|
||||
lib:libfSub
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:mkdepend"
|
||||
cmd:mkdepend
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion"
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
|
||||
PATCHES="organizer-0.1.patch"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/fSub directory"
|
||||
|
||||
COPYRIGHT="2013 Marius Stene"
|
||||
LICENSE="Public Domain"
|
||||
PATCHES="organizer-0.1.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd Source
|
||||
mkdir lib/lib
|
||||
make BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
|
||||
make OBJ_DIR=objects BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
Reference in New Issue
Block a user