Initial add of .bep and .OptionalPackageDescription files for Pe.

This commit is contained in:
Scott McCreary
2010-05-04 05:01:27 +00:00
parent 277ddb687a
commit ad15577acd
2 changed files with 29 additions and 0 deletions

24
haiku-apps/pe/pe-597.bep Normal file
View File

@@ -0,0 +1,24 @@
DESCRIPTION="Pe - Programmer's Editor"
HOMEPAGE="http://pe-editor.berlios.de/"
SRC_URI="svn+http://svn.berlios.de/svnroot/repos/pe-editor/trunk#597"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
#CHECKSUM_MD5=""
BUILD {
cd pe-597
jam
}
INSTALL {
cd pe-597/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
}

View File

@@ -0,0 +1,5 @@
Package: Pe
Version: 2.4.2-r597
Copyright: 1996-2002 Maarteen Hekkelman
License: Pe
URL: http://pe.berlios.de/