mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
Add new bep-file for Pe, since that has moved back to BerliOS (and uses a Mercurial repo now).
This commit is contained in:
26
haiku-apps/pe/pe-2.4.3-hg.bep
Normal file
26
haiku-apps/pe/pe-2.4.3-hg.bep
Normal 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"
|
||||||
Reference in New Issue
Block a user