diff --git a/haiku-apps/pe/pe-2.4.3_hg.recipe b/haiku-apps/pe/pe-2.4.3_hg602.recipe similarity index 61% rename from haiku-apps/pe/pe-2.4.3_hg.recipe rename to haiku-apps/pe/pe-2.4.3_hg602.recipe index e2d3f9352..54e556372 100644 --- a/haiku-apps/pe/pe-2.4.3_hg.recipe +++ b/haiku-apps/pe/pe-2.4.3_hg602.recipe @@ -9,11 +9,10 @@ COPYRIGHT=" 1996-2002 Maarteen Hekkelman 2003-2012 Team Pe " -SRC_URI="hg+http://hg.berlios.de/repos/pe-editor" +SRC_URI="hg+http://hg.berlios.de/repos/pe-editor#602" REVISION="2" ARCHITECTURES="x86_gcc2 ?x86" -DEPEND="dev-libs/libpcre >= 8.00" PROVIDES=" pe = $portVersion cmd:Pe = $portVersion compat >= 2 @@ -26,6 +25,9 @@ REQUIRES=" lib:libpcreposix >= 8 " BUILD_REQUIRES=" + $REQUIRES + cmd:bison + cmd:flex cmd:gcc cmd:jam cmd:ld @@ -38,16 +40,13 @@ SOURCE_DIR="$portVersionedName" BUILD() { - jam + jam -q -j$jobs } INSTALL() { - mkdir -p ${DESTDIR}/boot/apps - cp -a generated/distro ${DESTDIR}/boot/apps/Pe - cp -a doc ${DESTDIR}/boot/apps/Pe/Documentation - rm -f ${DESTDIR}/boot/apps/Pe/.OptionalPackageDescription - if [ -z "${DESTDIR}" ];then - find /boot/apps/Pe -type d -name ".svn" | xargs rm -rf - fi + mkdir -p $prefix/boot/apps + cp -a generated/distro $prefix/boot/apps/Pe + cp -a doc prefix/boot/apps/Pe/Documentation + rm -f $prefix/boot/apps/Pe/.OptionalPackageDescription }