mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Added MasterPiece recipe and patch
This commit is contained in:
58
haiku-apps/masterpiece/masterpiece-r742.recipe
Normal file
58
haiku-apps/masterpiece/masterpiece-r742.recipe
Normal file
@@ -0,0 +1,58 @@
|
||||
DESCRIPTION="
|
||||
This is an attempt to create a new way to create documents or books. \
|
||||
It moves away from the WYSIWYG paradigm of microsoft word, openoffice, etc. etc. etc. \
|
||||
It takes a more keyboard only, thought flowing and typing markup language, object oriented approach \
|
||||
where a user who has ideas or thoughts can jot these down and have them go into a list. to build their document/book, \
|
||||
they would then order the list of thoughts, images, tables, etc. into the correct order and preview/publish their book.
|
||||
"
|
||||
SUMMARY="New way to create opendocument compatible books/documents"
|
||||
|
||||
HOMEPAGE="http://code.google.com/p/masterpiece/"
|
||||
SRC_URI="svn+http://masterpiece.googlecode.com/svn/trunk#r742"
|
||||
|
||||
REVISION="1"
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2010-2012 Pasquale J. Rinaldi, Jr."
|
||||
|
||||
ARCHITECTURES="x86_gcc2 !x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 !x86"
|
||||
|
||||
PROVIDES="
|
||||
masterpiece = $portVersion
|
||||
app:masterpiece = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libsqlite3$secondaryArchSuffix
|
||||
lib:liblayout
|
||||
lib:libpython2.6
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
devel:libsqlite3$secondaryArchSuffix
|
||||
devel:libpython2.6
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:mkdepend
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCHES="masterpiece-r742.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` \
|
||||
OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
|
||||
cp objects/MasterPiece $appsDir
|
||||
addAppDeskbarSymlink $appsDir/MasterPiece
|
||||
}
|
||||
Reference in New Issue
Block a user