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

@@ -2,10 +2,12 @@ SUMMARY="Easily create and play games of solitaire"
DESCRIPTION="Solitaire program that loads, saves, edits, and of course runs \
solitaire games."
HOMEPAGE="http://github.com/HaikuArchives/BeSol"
SOURCE_URI="git://github.com/HaikuArchives/BeSol"
REVISION="1"
LICENSE="GNU GPL v2"
COPYRIGHT="1999 Jason Wrinkle"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="git://github.com/HaikuArchives/BeSol"
SOURCE_DIR="BeSol-master"
PATCHES="BeSol.patch"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -21,7 +23,6 @@ REQUIRES="
BUILD_REQUIRES="
devel:libie
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
cmd:find
@@ -29,16 +30,13 @@ BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
"
SOURCE_DIR="BeSol-master"
PATCHES="BeSol.patch"
BUILD()
{
find . -name *.cpp -exec g++ -c {} \;
find . -name *.c++ -exec g++ -c {} \;
g++ -o BeSol *.o -lbe -ltranslation -lie -ltracker
}
INSTALL()
{
mkdir -p $appsDir