mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering
This commit is contained in:
@@ -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` \
|
||||
|
||||
Reference in New Issue
Block a user