diff --git a/haiku-apps/pe/pe-2.4.4_2014_03_18.recipe b/haiku-apps/pe/pe-2.4.4_2014_03_18.recipe deleted file mode 100644 index 0e6e9efd3..000000000 --- a/haiku-apps/pe/pe-2.4.4_2014_03_18.recipe +++ /dev/null @@ -1,71 +0,0 @@ -SUMMARY="A programmer's editor" -DESCRIPTION=" -Pe is a native programmer's editor for Haiku. It features syntax highlighting \ -and a structural view for several programming language, as well as basic \ -support for Makefile and Jamfile project management. -" -HOMEPAGE="https://github.com/olta/pe" -COPYRIGHT=" - 1996-2002 Maarteen Hekkelman - 2003-2014 Team Pe - " -LICENSE=" - BSD (4-clause) - MIT - " -REVISION="1" -srcGitRev="0c0b4928d863b58433e41fe76f59dc6170dff7c0" -SOURCE_URI="https://github.com/olta/pe/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="f43f0b919d514a16cfc51fa289d658af55b32a653ba1735ab21bec15b37e10b3" -SOURCE_FILENAME="pe-$srcGitRev.tar.gz" -SOURCE_DIR="pe-$srcGitRev" - -ARCHITECTURES="all" - -USER_SETTINGS_FILES=" - settings/pe directory - " - -PROVIDES=" - pe = $portVersion - app:Pe = $portVersion compat >= 2 - cmd:lpe = $portVersion compat >= 2 - " -REQUIRES=" - haiku - lib:libpcre - lib:libpcreposix - " - -BUILD_REQUIRES=" - haiku_devel - devel:libpcre - devel:libpcreposix - " -BUILD_PREREQUIRES=" - cmd:bison - cmd:flex - cmd:gcc - cmd:jam - cmd:ld - " - -BUILD() -{ - jam -q - # multi-job builds don't work reliably -} - -INSTALL() -{ - peDir=$appsDir/Pe - - mkdir -p $appsDir - cp -a generated/distro $peDir - cp -a doc $peDir/Documentation - - mkdir $binDir - ln -sfn $peDir/lpe $binDir - - addAppDeskbarSymlink $peDir/Pe -} diff --git a/haiku-apps/pe/pe-2.4.4_2014_05_29.recipe b/haiku-apps/pe/pe-2.4.4_2014_05_29.recipe deleted file mode 100644 index a5469c9e3..000000000 --- a/haiku-apps/pe/pe-2.4.4_2014_05_29.recipe +++ /dev/null @@ -1,71 +0,0 @@ -SUMMARY="A programmer's editor" -DESCRIPTION=" -Pe is a native programmer's editor for Haiku. It features syntax highlighting \ -and a structural view for several programming language, as well as basic \ -support for Makefile and Jamfile project management. -" -HOMEPAGE="https://github.com/olta/pe" -COPYRIGHT=" - 1996-2002 Maarteen Hekkelman - 2003-2014 Team Pe - " -LICENSE=" - BSD (4-clause) - MIT - " -REVISION="1" -srcGitRev="8c23b804617361c0ce25dc42fce1c6dea46bbde5" -SOURCE_URI="https://github.com/olta/pe/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="b3cb6b102a4b509aa6882d7c5a1dd55b3bc6fb072a9a784f98be03809967c247" -SOURCE_FILENAME="pe-$srcGitRev.tar.gz" -SOURCE_DIR="pe-$srcGitRev" - -ARCHITECTURES="all" - -USER_SETTINGS_FILES=" - settings/pe directory - " - -PROVIDES=" - pe = $portVersion - app:Pe = $portVersion compat >= 2 - cmd:lpe = $portVersion compat >= 2 - " -REQUIRES=" - haiku - lib:libpcre - lib:libpcreposix - " - -BUILD_REQUIRES=" - haiku_devel - devel:libpcre - devel:libpcreposix - " -BUILD_PREREQUIRES=" - cmd:bison - cmd:flex - cmd:gcc - cmd:jam - cmd:ld - " - -BUILD() -{ - jam -q - # multi-job builds don't work reliably -} - -INSTALL() -{ - peDir=$appsDir/Pe - - mkdir -p $appsDir - cp -a generated/distro $peDir - cp -a doc $peDir/Documentation - - mkdir $binDir - ln -sfn $peDir/lpe $binDir - - addAppDeskbarSymlink $peDir/Pe -}