[arch-commits] Commit in python2-pycdio/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Sun Mar 17 10:57:47 UTC 2013


    Date: Sunday, March 17, 2013 @ 11:57:47
  Author: fyan
Revision: 86447

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python2-pycdio/repos/community-i686/
  python2-pycdio/repos/community-i686/PKGBUILD
    (from rev 86446, python2-pycdio/trunk/PKGBUILD)
  python2-pycdio/repos/community-x86_64/
  python2-pycdio/repos/community-x86_64/PKGBUILD
    (from rev 86446, python2-pycdio/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   23 +++++++++++++++++++++++
 community-x86_64/PKGBUILD |   23 +++++++++++++++++++++++
 2 files changed, 46 insertions(+)

Copied: python2-pycdio/repos/community-i686/PKGBUILD (from rev 86446, python2-pycdio/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-17 10:57:47 UTC (rev 86447)
@@ -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:

Copied: python2-pycdio/repos/community-x86_64/PKGBUILD (from rev 86446, python2-pycdio/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-17 10:57:47 UTC (rev 86447)
@@ -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:




More information about the arch-commits mailing list