Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -9,12 +9,11 @@ then order the list of thoughts, images, tables, etc. into the correct order \
and preview/publish their book.
"
HOMEPAGE="http://code.google.com/p/masterpiece/"
SOURCE_URI="svn+http://masterpiece.googlecode.com/svn/trunk#r742"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="2010-2012 Pasquale J. Rinaldi, Jr."
LICENSE="MIT"
REVISION="1"
SOURCE_URI="svn+http://masterpiece.googlecode.com/svn/trunk#r742"
PATCHES="masterpiece-r742.patch"
ARCHITECTURES="x86_gcc2 !x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 !x86"
@@ -29,6 +28,7 @@ REQUIRES="
lib:liblayout
lib:libpython2.7
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libsqlite3$secondaryArchSuffix
@@ -41,8 +41,6 @@ BUILD_PREREQUIRES="
cmd:make
"
PATCHES="masterpiece-r742.patch"
BUILD()
{
make BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` \