From 90e4f03b38a426fb9e21d8fb591494e95e6446f2 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 7 Mar 2015 17:15:49 +0100 Subject: [PATCH] Add recipe for Dengon. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Another variation on Jabber4BeOS/Jabber4Haiku/Gossip/HaikuChat… --- haiku-apps/dengon/dengon-20140804.recipe | 46 ++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 haiku-apps/dengon/dengon-20140804.recipe diff --git a/haiku-apps/dengon/dengon-20140804.recipe b/haiku-apps/dengon/dengon-20140804.recipe new file mode 100644 index 000000000..11ec12187 --- /dev/null +++ b/haiku-apps/dengon/dengon-20140804.recipe @@ -0,0 +1,46 @@ +SUMMARY="A lightweight XMPP client" +DESCRIPTION=" +Dengon is an XMPP client, allowing to use instant messaging networks such as \ +Jabber, Google Talk, or Facebook Chat. It supports multi-use rchat, Psi \ +bookmarks, in-band registration and other features. +" +HOMEPAGE="http://synrc.com/client/chat/haiku/" +SRC_URI="git+https://github.com/diger/dengon.git#aa5c1ecda7b2f087434df28f3b99cc4aaf6e199d" +LICENSE="MIT" +COPYRIGHT="2010-2014 Maxim Sokhatsky" +REVISION="1" +ARCHITECTURES="x86_gcc2 x86" + +PROVIDES=" + dengon = $portVersion + app:Chat = $portVersion + " +REQUIRES=" + haiku$secondaryArchSuffix + lib:libssl$secondaryArchSuffix + lib:libexpat$secondaryArchSuffix + " +BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel + devel:libssl$secondaryArchSuffix + devel:libexpat$SecondaryArchSuffix + " +BUILD_PREREQUIRES=" + makefile_engine + cmd:gcc$secondaryArchSuffix + cmd:make + cmd:which + cmd:mkdepend + " + +BUILD() +{ + BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` make +} + +INSTALL() +{ + mkdir -p $appsDir + cp objects.*-release/Chat $appsDir/Chat + addAppDeskbarSymlink $appsDir/Chat "Chat" +}