summaryrefslogtreecommitdiff
path: root/community/python2-pycdio
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/python2-pycdio
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/python2-pycdio')
-rw-r--r--community/python2-pycdio/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/python2-pycdio/PKGBUILD b/community/python2-pycdio/PKGBUILD
deleted file mode 100644
index 54f608dbd..000000000
--- a/community/python2-pycdio/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 86447 2013-03-17 10:57:47Z fyan $
-# Maintainer: Felix Yan <felixonmars@gmail.com>
-# Contributor: Alessandro Pezzoni <donbex at nerdshack dot com>
-
-pkgname=python2-pycdio
-pkgver=0.19
-pkgrel=2
-pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
-arch=("i686" "x86_64")
-url="http://pypi.python.org/pypi/pycdio/"
-license=('GPL')
-depends=('python2' 'libcdio')
-makedepends=('python2-distribute' 'pkg-config' 'swig')
-options=(!emptydirs)
-source=("http://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-${pkgver}.tar.gz")
-md5sums=('a6b00666ce8d77ab80a4084a8ff1136b')
-
-package() {
- cd "$srcdir/${pkgname#python2-}-$pkgver"
- python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et: