1 # Contributor: shamrok <szamrok@gmail.com>
6 pkgdesc="pywurfl is a Python language package that makes dealing with the WURFL in Python a little easier."
7 url="http://wurfl.sourceforge.net/python/index.php"
10 depends=('python' 'python-elementtree' 'pyparsing')
11 makedepends=('setuptools')
12 source=(http://wurfl.sourceforge.net/python/$pkgname-$pkgver.tar.bz2)
13 md5sums=('587ff8ba08085b1f2bed1fd2584c352e')
17 cd $startdir/src/$pkgname-$pkgver
18 python setup.py build install --prefix=/usr/ --root=$startdir/pkg