Files
haikuports/haiku-apps/pe/pe-2.4.3-600.bep
Chris Roberts f726af2696 Fix the pe bep to install documentation.
(Although it seems web+ doesn't handle the message from the app properly and just opens a blank page)
2011-07-11 19:03:27 +00:00

27 lines
666 B
Plaintext

DESCRIPTION="Pe - Programmer's Editor"
HOMEPAGE="http://pe-editor.berlios.de/"
SRC_URI="svn+http://svn.berlios.de/svnroot/repos/pe-editor/trunk#600"
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
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
}
LICENSE="BSD (4-clause)
MIT"
COPYRIGHT="1996-2002 Maarteen Hekkelman
2003-2010 Team Pe"