mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Added syntax highlighting for .recipes files to Pe, work done by GCI2013 student Alvin
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user