#Maintainer: Antonino Ingegnere #Mandatory pkgname=python-gammu pkgver=0.27 pkgrel=1 zenver=54 arch=i486 source=("http://dl.cihar.com/python-gammu/latest/$pkgname-$pkgver.tar.bz2") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - Python bindings for Gammu library." "This module wraps all python-gammu functionality. It currently does" "not support all Gammu features, but range of covered functions is" "increasing, if you need some specific, feel free to use bug tracking" "system for feature requests." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py build python setup.py install --prefix=/usr --root=$startdir/pkg } docs=('AUTHORS' 'COPYNG' 'Changelog' 'INSTALL' 'PKG-INFO' 'README') url="http://cihar.com/gammu/python/" CFLAGS="-02 -march=$arch -mtune=i686"