mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libpurple: code style.
This commit is contained in:
@@ -3,11 +3,11 @@ DESCRIPTION="libpurple is a library for IM communication used by many open \
|
||||
source IM clients. It implements a variety of protocols, for example IRC, \
|
||||
Jabber or ICQ."
|
||||
HOMEPAGE="https://pidgin.im/"
|
||||
COPYRIGHT="1998-2015 Rob Flynn et al."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/pidgin/Pidgin/$portVersion/pidgin-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="8c3d3536d6d3c971bd433ff9946678af70a0f6aa4e6969cc2a83bb357015b7f8"
|
||||
COPYRIGHT="1998-2015 Rob Flynn et al."
|
||||
SOURCE_DIR="pidgin-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -46,6 +46,7 @@ REQUIRES="
|
||||
lib:libperl$secondaryArchSuffix
|
||||
lib:libpython2.7$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libpurple${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libpurple$secondaryArchSuffix = $portVersion
|
||||
@@ -55,6 +56,7 @@ REQUIRES_devel="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
libpurple$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
PROVIDES_finch="
|
||||
libpurple${secondaryArchSuffix}_finch = $portVersion
|
||||
cmd:finch$secondaryArchSuffix
|
||||
@@ -75,6 +77,7 @@ REQUIRES_finch="
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libglib_2.0$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user