[arch-commits] Commit in python2-eyed3/repos/community-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at nymeria.archlinux.org
Mon Jan 28 21:02:03 UTC 2013
Date: Monday, January 28, 2013 @ 22:02:03
Author: jelle
Revision: 83289
archrelease: copy trunk to community-any
Added:
python2-eyed3/repos/community-any/PKGBUILD
(from rev 83288, python2-eyed3/trunk/PKGBUILD)
Deleted:
python2-eyed3/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 +++++++++++++++++++++++++++++-------------------------------
1 file changed, 29 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-01-28 21:01:41 UTC (rev 83288)
+++ PKGBUILD 2013-01-28 21:02:03 UTC (rev 83289)
@@ -1,31 +0,0 @@
-#$Id$
-#Maintainer: Aaron Griffin <aaron at archlinux.org>
-#Contributor: Federico Quagliata (quaqo) <quaqo at despammed.com>
-#Contributor: cdhotfire <cdhotfire at gmail.com>
-
-pkgname=python2-eyed3
-pkgver=0.6.18
-pkgrel=4
-pkgdesc="A Python module and program for processing information about mp3 files"
-arch=(any)
-url="http://eyed3.nicfit.net/"
-license=('GPL')
-depends=('python2')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
-options=(!emptydirs)
-md5sums=('ad545c55bb8bdd579e8d14c5bdaacee5')
-replaces=('python-eyed3')
-provides=('python-eyed3')
-
-build() {
- cd $srcdir/eyeD3-$pkgver
- sed -i 's#env python#env python2#' bin/eyeD3
- ./configure --prefix=/usr --mandir=/usr/share/man
- make
- echo $pkgdir
-}
-package() {
- cd $srcdir/eyeD3-$pkgver
- # Redefine docdir
- make docdir=$pkgdir/usr/share/doc/$pkgname DESTDIR=$pkgdir install
-}
Copied: python2-eyed3/repos/community-any/PKGBUILD (from rev 83288, python2-eyed3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-01-28 21:02:03 UTC (rev 83289)
@@ -0,0 +1,29 @@
+#$Id$
+#Maintainer: Aaron Griffin <aaron at archlinux.org>
+#Contributor: Federico Quagliata (quaqo) <quaqo at despammed.com>
+#Contributor: cdhotfire <cdhotfire at gmail.com>
+
+pkgname=python2-eyed3
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="A Python module and program for processing information about mp3 files"
+arch=(any)
+url="http://eyed3.nicfit.net/"
+license=('GPL')
+depends=('python2')
+makedepends=('python2-distribute')
+source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz)
+options=(!emptydirs)
+replaces=('python-eyed3')
+provides=('python-eyed3')
+md5sums=('05fc6031fef62146c1aca188d13a62a6')
+
+build() {
+ cd $srcdir/eyeD3-$pkgver
+ python2 setup.py build
+}
+package() {
+ cd $srcdir/eyeD3-$pkgver
+ python2 setup.py install --root="${pkgdir}" --optimize=1
+ sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
+}
More information about the arch-commits
mailing list