mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Marked Paladin as working again
This commit is contained in:
@@ -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
|
||||
@@ -25,16 +27,19 @@ PROVIDES="
|
||||
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
|
||||
@@ -43,6 +48,7 @@ BUILD_PREREQUIRES="
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user