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