Added syntax highlighting for .recipes files to Pe, work done by GCI2013 student Alvin

This commit is contained in:
Scott McCreary
2013-11-21 06:34:00 +00:00
parent b092885384
commit b29b2d83cc
2 changed files with 226 additions and 3 deletions

View File

@@ -5,10 +5,12 @@ LICENSE="
BSD (4-clause)
MIT
"
COPYRIGHT="
1996-2002 Maarteen Hekkelman
2003-2013 Team Pe
"
SRC_URI="hg+http://hg.berlios.de/repos/pe-editor#611"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -24,10 +26,12 @@ REQUIRES="
lib:libpcre
lib:libpcreposix
"
BUILD_REQUIRES="
devel:libpcre >= 1
devel:libpcreposix >= 1
"
BUILD_PREREQUIRES="
haiku_devel
cmd:bison
@@ -43,9 +47,11 @@ USER_SETTINGS_FILES="
SOURCE_DIR="$portVersionedName"
PATCHES="pe-2.4.3_hg611.patch
pe-2.4.3_hg611.patch2"
PATCHES="
pe-2.4.3_hg611.patch
pe-2.4.3_hg611.patch2
pe-2.4.3_hg611.patch3
"
BUILD()
{