Add new bep-file for Pe, since that has moved back to BerliOS (and uses a Mercurial repo now).

This commit is contained in:
Oliver Tappe
2012-08-15 17:35:56 +00:00
parent 0c420d6f52
commit 8a63bef461

View File

@@ -0,0 +1,26 @@
DESCRIPTION="Pe - Programmer's Editor"
HOMEPAGE="http://pe-editor.berlios.de/"
SRC_URI="hg+http://hg.berlios.de/repos/pe-editor"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-libs/libpcre >= 8.00"
#CHECKSUM_MD5=""
BUILD {
cd pe-2.4.3-hg
jam
}
INSTALL {
cd pe-2.4.3-hg
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-2012 Team Pe"