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

Updated PKGBUILD for aur/cx_oracle

By: whitelynx on Jul 12th, 2012  |  syntax: Bash  |  size: 0.73 KB  |  views: 56  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print  |  QR code  |  clone
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Contributor: Michael Kapelko <kornerr@gmail.com>
  2. # Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
  3. # Contributor: David H. Bronke <whitelynx@gmail.com>
  4. pkgname=cx_oracle
  5. pkgver=5.1.2
  6. pkgrel=1
  7. pkgdesc="Python extension module that allows access to Oracle databases"
  8. arch=('i686' 'x86_64')
  9. url=('http://cx-oracle.sourceforge.net/')
  10. license=('custom')
  11. depends=('python2' 'oracle-instantclient-sdk')
  12. source=(http://downloads.sourceforge.net/cx-oracle/cx_Oracle-$pkgver.tar.gz)
  13. md5sums=('462f309e00f7bff7100e2077fc43172c')
  14.  
  15. build() {
  16.   cd $srcdir/cx_Oracle-$pkgver
  17.   python2 setup.py install --root=$pkgdir || return 1
  18.   # Install license.
  19.   install -D -m 644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
  20. }
clone this paste RAW Paste Data