Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Jun 29th, 2010  |  syntax: None  |  size: 0.62 KB  |  views: 100  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print  |  QR code  |  clone
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Contributor: Gustavo Chain <g@0xff.cl>
  2. pkgname=lightblue
  3. pkgver=0.4
  4. pkgrel=1
  5. pkgdesc="LightBlue is a cross-platform Bluetooth API for Python which provides simple access to Bluetooth operations"
  6. arch=('i686' 'x86_64')
  7. url="http://lightblue.sourceforge.net/"
  8. license=('GPL')
  9. depends=('python')
  10. makedepends=()
  11. provides=()
  12. conflicts=()
  13. replaces=()
  14. backup=()
  15. groups=()
  16. options=()
  17. source=(http://ufpr.dl.sourceforge.net/sourceforge/lightblue/$pkgname-$pkgver.tar.gz)
  18. md5sums=('2f2bf66faa4bf1a79eb28a47584077b7')
  19.  
  20. build() {
  21.         cd $startdir/src/$pkgname-$pkgver
  22.         python setup.py install --root=$startdir/pkg
  23. }
clone this paste RAW Paste Data