summaryrefslogtreecommitdiff
path: root/community/python2-pycdio/PKGBUILD
blob: 418557d2e48e96c3a849170b53db993b0dfefa12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id: PKGBUILD 101971 2013-12-03 03:22:58Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Alessandro Pezzoni <donbex at nerdshack dot com>

pkgname=python2-pycdio
pkgver=0.20
pkgrel=1
pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
arch=("i686" "x86_64" "mips64el")
url="http://pypi.python.org/pypi/pycdio/"
license=('GPL')
depends=('python2' 'libcdio')
makedepends=('python2-setuptools' 'swig')
options=(!emptydirs)
source=("http://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-${pkgver}.tar.gz")

package() {
  cd "${pkgname#python2-}-$pkgver"
  python2 setup.py install --root="$pkgdir/" --optimize=1
}

# vim:set ts=2 sw=2 et:
sha512sums=('b53a535440008dc637b31fd2cda22845c91b98e78c30f90c866af3b9bf7cb3faad39f0784b5063a39bd97bb18fc58c75ad0833d53421182d408c2889c491846b')