aboutsummaryrefslogtreecommitdiffstats
path: root/main/pidgin-sipe/APKBUILD
blob: 5e30357fa6f84a83655e13088097ba8aa25bdad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=pidgin-sipe
pkgver=1.22.0
pkgrel=0
pkgdesc="Pidgin protocol plugin to connect to MS Office Communicator"
url="http://sipe.sourceforge.net/"
arch="all"
license="GPLv2+"
depends=""
depends_dev=""
makedepends="$depends_dev zlib-dev pidgin-dev e2fsprogs-dev intltool
	heimdal-dev libxml2-dev glib-dev nss-dev libnice-dev gstreamer0.10-dev
	gmime-dev"
install=""
subpackages="$pkgname-lang"
source="http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-$pkgver/pidgin-sipe-$pkgver.tar.bz2"

_builddir="$srcdir"/pidgin-sipe-$pkgver
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

build() {
	cd "$_builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--enable-purple \
		--disable-telepathy \
		--without-vv \
		|| return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
}

sha512sums="07f595ed2bf84ab9397c11bfcfd555093d31a7bbb23a7ba094863c17eafc09d9073e1a9cb22ba89c578aa18a54b95b2ef1cc92a6d7bbffa578dad18d9b9ccff1  pidgin-sipe-1.22.0.tar.bz2"