Marked Paladin as working again

This commit is contained in:
Scott McCreary
2014-01-06 00:23:45 -08:00
parent 4fbcc33583
commit ed87122862

View File

@@ -1,13 +1,15 @@
SUMMARY="Paladin is a open source integrated development environment (IDE)"
DESCRIPTION="Paladin is an open source integrated development environment (IDE) modeled after\
BeOS' BeIDE."
DESCRIPTION="
Paladin is an open source integrated development environment (IDE) modeled \
after BeOS' BeIDE.
"
HOMEPAGE="http://paladin.sourceforge.net"
SRC_URI="git://github.com/HaikuArchives/Paladin"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="2008-2010 DarkWyrm"
ARCHITECTURES="?x86_gcc2 x86 ?x86_64"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
paladin = $portVersion
@@ -24,17 +26,20 @@ PROVIDES="
cmd:ccache = $portVersion
fastdep = 0.16
cmd:fastdep = 0.16
"
"
REQUIRES="
haiku >= $haikuVersion
lib:libpcre
lib:libz
"
"
BUILD_REQUIRES="
haiku_devel >= $haikuVersion
devel:libpcre
devel:libz
"
"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc
@@ -42,7 +47,8 @@ BUILD_PREREQUIRES="
cmd:jam
cmd:bison
cmd:flex
"
"
USER_SETTINGS_FILE="settings/Paladin_settings"
SOURCE_DIR="Paladin"
@@ -51,6 +57,7 @@ BUILD()
{
./buildsuite.sh 1
}
INSTALL()
{
mkdir -p $appsDir/Paladin