1 # Maintainer : alf500 <hammerm98 [at] googlemail [dot] com>
3 pkgname="erlang-xmlrpc"
6 pkgdesc="This is an HTTP 1.1 compliant XML-RPC library for Erlang. It is
7 designed to make it easy to write XML-RPC Erlang clients and/or
8 servers. The library is compliant with the XML-RPC specification
9 published by http://www.xmlrpc.org/."
10 url="http://www.ejabberd.im/contributions"
12 arch=("i686" "x86_64")
13 source=("http://ejabberd.jabber.ru/files/contributions/xmlrpc-$pkgver-ipr2.tgz"
15 md5sums=('c1905556e01d8970681b93dcba892442'
16 'b0a1b3b8e81b0fe7fd6a88e015bafc19')
18 makedepends=('erlang')
21 cd $srcdir/xmlrpc-$pkgver/src
22 patch -Np1 -i ../../makefile.patch || return 1
26 install -d -m 0755 $pkgdir/usr/lib/erlang/lib
27 cp -a $srcdir/xmlrpc-$pkgver $pkgdir/usr/lib/erlang/lib/