Update Pe to 2.4.3-600, renumbered previous version.

This commit is contained in:
Scott McCreary
2010-09-28 20:38:34 +00:00
parent 7c5db797ac
commit 1324a007ab
2 changed files with 30 additions and 2 deletions

View File

@@ -6,12 +6,12 @@ STATUS_HAIKU="stable"
DEPEND="dev-libs/libpcre >= 8.00"
#CHECKSUM_MD5=""
BUILD {
cd pe-597
cd pe-2.4.2-597
jam
}
INSTALL {
cd pe-597/generated
cd pe-2.4.2-597/generated
if [ -d distro ];then
mv -f distro Pe
fi

View File

@@ -0,0 +1,28 @@
DESCRIPTION="Pe - Programmer's Editor"
HOMEPAGE="http://pe-editor.berlios.de/"
SRC_URI="svn+http://svn.berlios.de/svnroot/repos/pe-editor/trunk"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-libs/libpcre >= 8.00"
#CHECKSUM_MD5=""
BUILD {
cd pe-2.4.3-600
jam
}
INSTALL {
cd pe-2.4.3-600/generated
if [ -d distro ];then
mv -f distro Pe
fi
mkdir -p ${DESTDIR}/boot/apps
cp -a Pe ${DESTDIR}/boot/apps
rm -f ${DESTDIR}/boot/apps/Pe/.OptionalPackageDescription
if [ -z ${DESTDIR} ];then
find /boot/apps/Pe -type d -name ".svn" | xargs rm -rf
fi
}
LICENSE="BSD (4-clause)
MIT"
COPYRIGHT="1996-2002 Maarteen Hekkelman
2003-2010 Team Pe"