[arch-commits] Commit in (4 files)
Felix Yan
fyan at nymeria.archlinux.org
Sun Mar 17 10:54:52 UTC 2013
Date: Sunday, March 17, 2013 @ 11:54:51
Author: fyan
Revision: 86446
add python2-pycdio
Added:
python2-pycdio/
python2-pycdio/repos/
python2-pycdio/trunk/
python2-pycdio/trunk/PKGBUILD
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Added: python2-pycdio/trunk/PKGBUILD
===================================================================
--- python2-pycdio/trunk/PKGBUILD (rev 0)
+++ python2-pycdio/trunk/PKGBUILD 2013-03-17 10:54:51 UTC (rev 86446)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at 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:
Property changes on: python2-pycdio/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list