mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
organizer: code style.
This commit is contained in:
@@ -2,24 +2,29 @@ SUMMARY="An organizer to keep track on your appointments, notes and stuff"
|
||||
DESCRIPTION="
|
||||
An organizer that helps you keep track on your appointments, notes and stuff.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Organizer"
|
||||
COPYRIGHT="2013 Marius Stene"
|
||||
LICENSE="Public Domain"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Organizer"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Organizer#32196761f4"
|
||||
REVISION="3"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Organizer#32196761f4"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/fSub directory"
|
||||
|
||||
PROVIDES="
|
||||
organizer = $portVersion
|
||||
app:Organizer = $portVersion
|
||||
lib:libfSub
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
devel:libGL
|
||||
@@ -28,13 +33,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/fSub directory"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd Source
|
||||
|
||||
Reference in New Issue
Block a user