updated on Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git] / webpidgin-z / PKGBUILD
blobf044d9d5530d03d859a6b9a1619815dd0f959ea9
1 # Maintainer: Sigitas Mazaliauskas <sigisnn at gmail dot com>
2 # Contributor:  Thomas Mudrunka <harvie@@email..cz>
4 pkgname=webpidgin-z
5 pkgver=2.0.z8
6 pkgrel=1
7 pkgdesc="Allows access to all Pidgin features over a simple http interface such as those used in mobile phones. Binary version..."
8 arch=('i686' 'x86_64')
9 _arch='32'
10 license=('GPL')
11 url='http://www.shaorang.com/webpidginz/'
12 depends=(pidgin)
13 source=("http://www.shaorang.com/webpidginz/descargar.php")
14 md5sums=('c6dab609160d93b324edff42feae1909')
16 build() {
17   cd "$srcdir"
18   mv descargar.php ${pkgname}-${pkgver}.zip || return 1
19   bsdtar xvvzf ${pkgname}-${pkgver}.zip || return 1
20   [ "$CARCH" = "x86_64" ] && _arch='64'
21   install -Dm 755 ${srcdir}/webpidginz-v.2.0.Z-8-2011-02-14/linux${_arch}/webpidginz.so ${pkgdir}/usr/lib/pidgin/webpidginz.so