mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Mostly recipe cosmetics: improved SUMMARY/DESCRIPTION and re-ordering blocks
and: * befar Remove unneeded $secondaryArchSuffix Use g++ * mirrormagic Remove unneeded $secondaryArchSuffix * slime_volley Replaced slime_volley with slimevolley in PROVIDES Add lib:libsdl_net in REQUIRES * super_transball Remove unneeded $secondaryArchSuffix Replaced super_transball with stransball2 in PROVIDES
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
SUMMARY="A XMPP client"
|
||||
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.
|
||||
"
|
||||
DESCRIPTION="Chat is a tiny (about 300KiB) XMPP client. It supports core XMPP \
|
||||
protocol, multi-user chat, Google accounts, Psi bookmarks, In-band \
|
||||
registration and other features. Chat is the simplest and smallest client \
|
||||
that supports XMPP Advanced Client 2009 profile."
|
||||
HOMEPAGE="http://synrc.com/client/chat/haiku/"
|
||||
SOURCE_URI="git+https://github.com/devaspot/chat.git"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2010-2014 Maxim Sokhatsky"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+https://github.com/devaspot/chat.git"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -22,6 +20,7 @@ REQUIRES="
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libexpat$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libssl$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user