Files
haikuports/haiku-apps/takenotes/takenotes-1.0.0.recipe
Jerome Duval fc0936b040 Bump revisions for x86_64 rebuild after time_t change.
* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
2017-06-27 15:46:25 +02:00

49 lines
1.1 KiB
Bash

SUMMARY="A note taking application"
DESCRIPTION="With TakeNotes you can:
- Write a note
- Edit the font family, color and size
- Change the color of your note
- Move your note on the desktop
- Link a note to a particular application
- Tag your note for easy search
- Set an alarm to remind you of dates, appointments and so on"
HOMEPAGE="https://github.com/HaikuArchives/TakeNotes"
COPYRIGHT="2009 Ilio Catallo, Stefano Celentano, Eleonora Ciceri"
LICENSE="GNU GPL v2"
REVISION="8"
SOURCE_URI="https://github.com/HaikuArchives/TakeNotes/archive/ec07467318a40df4475825f41d816242891efbc4.tar.gz"
CHECKSUM_SHA256="06cdce56f752beb77ed0e4b7e90273c147afd530e3d92cde38cd3f6d9a3a0f67"
SOURCE_DIR="TakeNotes-ec07467318a40df4475825f41d816242891efbc4/source"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
takenotes=$portVersion
app:TakeNotes=$portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
cmd:make
"
BUILD()
{
make OBJ_DIR=objects \
BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
}
INSTALL()
{
mkdir -p $appsDir
cp objects/TakeNotes $appsDir
addAppDeskbarSymlink $appsDir/TakeNotes
}