From 8a63bef461cca05ba05fae5e1c3a1fd1a4eead9b Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 15 Aug 2012 17:35:56 +0000 Subject: [PATCH] Add new bep-file for Pe, since that has moved back to BerliOS (and uses a Mercurial repo now). --- haiku-apps/pe/pe-2.4.3-hg.bep | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 haiku-apps/pe/pe-2.4.3-hg.bep diff --git a/haiku-apps/pe/pe-2.4.3-hg.bep b/haiku-apps/pe/pe-2.4.3-hg.bep new file mode 100644 index 000000000..ce5e6fc70 --- /dev/null +++ b/haiku-apps/pe/pe-2.4.3-hg.bep @@ -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"