mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Add recipe for jabber4haiku
* Despite some known bugs with the Jabber protocol implementation, the most feature complete native xmpp client we have.
This commit is contained in:
48
haiku-apps/jabber4haiku/jabber4haiku-1.2.1.recipe
Normal file
48
haiku-apps/jabber4haiku/jabber4haiku-1.2.1.recipe
Normal file
@@ -0,0 +1,48 @@
|
||||
SUMMARY="XMPP client for Haiku"
|
||||
DESCRIPTION="A simple but powerful client for chatting on XMPP networks.
|
||||
Features user-to-user chat, group chat, transports, etc, in a clean and easy \
|
||||
to use user interface."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Jabber4Haiku"
|
||||
COPYRIGHT="19??-2009 John Blanco, Frank Paul Silye, Andrea Anzani, Daniel Fischer, zuMi"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Jabber4Haiku.git#013832c8c57458253eece71c45310a3103229f35"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
jabber4haiku$secondaryArchSuffix = $portVersion
|
||||
app:jabber4haiku
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libexpat
|
||||
lib:libssl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libexpat
|
||||
devel:libssl
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs BUILDHOME=/system/develop
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install BUILDHOME=/system/develop INSTALL_DIR=$appsDir/Jabber4Haiku
|
||||
|
||||
cp -r resources $appsDir/Jabber4Haiku/resources
|
||||
addAppDeskbarSymlink $appsDir/Jabber4Haiku/Jabber Jabber4Haiku
|
||||
}
|
||||
Reference in New Issue
Block a user