mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
A-Book: fix recipe.
This commit is contained in:
@@ -1,18 +1,12 @@
|
||||
SUMMARY="A small calendar application with reminders."
|
||||
DESCRIPTION="
|
||||
A small calendar application with reminders. You can use this app to organize \
|
||||
your time. The application supports the addition to each day tasks with the \
|
||||
appropriate hours and browse all of them. Your job will be saved to a file \
|
||||
when the application is closed.
|
||||
"
|
||||
DESCRIPTION="You can use this application to organize upcoming events that \
|
||||
you have scheduled. You can add tasks to any day and schedule reminders at \
|
||||
particular times for them."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/A-Book"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/A-Book.git#fe6c66c631"
|
||||
REVISION="2"
|
||||
|
||||
SRC_URI="git+https://github.com/HaikuArchives/A-Book.git#b52be13bbf3f2"
|
||||
REVISION="3"
|
||||
COPYRIGHT="2002 Maurice Michalski"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -35,17 +29,15 @@ BUILD_PREREQUIRES="
|
||||
cmd:mkdepend
|
||||
"
|
||||
|
||||
PATCHES="a_book-1.1.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make OBJ_DIR=objects \
|
||||
BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
|
||||
cd src
|
||||
make OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp -a objects/A-Book $appsDir
|
||||
cp -a src/objects/A-Book $appsDir
|
||||
addAppDeskbarSymlink $appsDir/A-Book
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user