Files
haikuports/haiku-apps/chat/chat-20100903.recipe
Maxim Sokhatsky 922e4046d8 Haiku Chat fixes
2014-01-19 01:08:40 +00:00

53 lines
1.2 KiB
Plaintext

SUMMARY="XMPP client for Haiku Operating System."
DESCRIPTION="
Haiku Chat is tiny, about 300KB XMPP client. It supports core XMPP protocol, \
multi-user chat, Google accounts, Psi bookmarks, In-band registration and \
other features. It is written for Haiku, free open-source operating system \
inspired by BeOS. Haiku Chat is simplest and smallest client that supports \
XMPP Advanced Client 2009 profile.
"
HOMEPAGE="http://synrc.com/client/chat/haiku/"
SRC_URI="git+https://github.com/devaspot/chat.git"
LICENSE="MIT"
COPYRIGHT="2010-2014 Maxim Sokhatsky"
REVISION="2"
ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
Chat = $portVersion
app:Chat = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
lib:libssl$secondaryArchSuffix
lib:libexpat$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
devel:libssl$secondaryArchSuffix
devel:libexpat$SecondaryArchSuffix
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc$secondaryArchSuffix
cmd:make
cmd:which
cmd:mkdepend
"
BUILD()
{
cd src
BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` make
}
INSTALL()
{
mkdir -p $appsDir
cp src/objects.x86-gcc2-release/Chat $appsDir/Chat
addAppDeskbarSymlink $appsDir/Chat "Chat"
}