mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
56 lines
1.2 KiB
Text
56 lines
1.2 KiB
Text
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=pidgin-sipe
|
|
pkgver=1.25.0
|
|
pkgrel=0
|
|
pkgdesc="Pidgin protocol plugin to connect to MS Office Communicator"
|
|
url="https://sipe.sourceforge.net/"
|
|
arch="all"
|
|
license="GPL-2.0-or-later"
|
|
makedepends="
|
|
e2fsprogs-dev
|
|
gettext-dev
|
|
glib-dev
|
|
gmime-dev
|
|
gstreamer-dev
|
|
heimdal-dev
|
|
libnice-dev
|
|
libxml2-dev
|
|
nss-dev
|
|
pidgin-dev
|
|
zlib-dev
|
|
"
|
|
checkdepends="appstream"
|
|
subpackages="$pkgname-lang"
|
|
source="https://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-$pkgver/pidgin-sipe-$pkgver.tar.bz2
|
|
asc.patch
|
|
"
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--enable-purple \
|
|
--disable-quality-check \
|
|
--disable-telepathy \
|
|
--without-dbus \
|
|
--without-vv
|
|
make
|
|
}
|
|
|
|
check() {
|
|
make check || {
|
|
cat src/purple/test-suite.log
|
|
return 1
|
|
}
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
37992bc133eadb05c3f187e97cd82cf8d8bf344d176a73827e78ff9521dbd66b3d0a8ff5d3b27bc1b7eb2797d3484b289390821634d11a7545c0cd2da38953b3 pidgin-sipe-1.25.0.tar.bz2
|
|
644cc4719dc0ee3a431ec1b9232137a06bd27e48693f2232478035cce8e503bbe2109fc232032cd2d91a316addbc895e44a0f40028839b753e710c6149dca356 asc.patch
|
|
"
|