[arch-commits] Commit in morituri/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Tue Mar 19 01:12:08 UTC 2013


    Date: Tuesday, March 19, 2013 @ 02:12:07
  Author: fyan
Revision: 86545

archrelease: copy trunk to community-any

Added:
  morituri/repos/community-any/PKGBUILD
    (from rev 86544, morituri/trunk/PKGBUILD)
Deleted:
  morituri/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-19 01:10:42 UTC (rev 86544)
+++ PKGBUILD	2013-03-19 01:12:07 UTC (rev 86545)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
-# Contributor: Mantas Mikulėnas <grawity at gmail.com>
-
-pkgname=morituri
-pkgver=0.2.0
-pkgrel=3
-pkgdesc="a CD ripper aiming for accuracy over speed, modelled after Exact Audio Copy"
-arch=('any')
-url="https://github.com/thomasvs/morituri"
-license=("GPL3")
-depends=(
-    "cdparanoia"
-    "cdrdao"
-    "gstreamer0.10-base"
-    "gstreamer0.10-python"
-    "python2-musicbrainz2"
-    "cddb-py"
-    "python2-distribute"
-)
-optdepends=(
-    "python2-pycdio: for 'rip drive list'"
-    "gstreamer0.10-base-plugins"
-    "gstreamer0.10-good-plugins"
-    "gstreamer0.10-bad-plugins"
-    "gstreamer0.10-ugly-plugins"
-)
-source=("http://thomas.apestaart.org/download/morituri/$pkgname-$pkgver.tar.bz2")
-sha1sums=('63f5923611ba9e0883a7cef668a43260c7196dda')
-
-build() {
-    cd "$srcdir/$pkgname-$pkgver"
-    export PYTHON="python2"
-    sed -i '27s/\<python\>/&2/' doc/Makefile.am
-    sed -i '1s/\<python\>/&2/' bin/rip.in etc/bash_completion.d/bash-compgen
-    autoreconf -i -f
-    ./configure --prefix=/usr --sysconfdir=/etc
-    make
-}
-
-package() {
-    cd "$srcdir/$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-    install -Dm 0644 "README" "$pkgdir/usr/share/doc/morituri/README"
-}
-
-# vim: ft=sh:ts=4:sw=4:et

Copied: morituri/repos/community-any/PKGBUILD (from rev 86544, morituri/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-19 01:12:07 UTC (rev 86545)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
+# Contributor: Mantas Mikulėnas <grawity at gmail.com>
+
+pkgname=morituri
+pkgver=0.2.0
+pkgrel=4
+pkgdesc="a CD ripper aiming for accuracy over speed, modelled after Exact Audio Copy"
+arch=('any')
+url="https://github.com/thomasvs/morituri"
+license=("GPL3")
+depends=(
+    "cdparanoia"
+    "cdrdao"
+    "gstreamer0.10-base"
+    "gstreamer0.10-base-plugins"
+    "gstreamer0.10-python"
+    "python2-musicbrainz2"
+    "cddb-py"
+    "python2-distribute"
+)
+optdepends=(
+    "python2-pycdio: for 'rip drive list'"
+    "gstreamer0.10-good-plugins"
+    "gstreamer0.10-bad-plugins"
+    "gstreamer0.10-ugly-plugins"
+)
+source=("http://thomas.apestaart.org/download/morituri/$pkgname-$pkgver.tar.bz2")
+sha1sums=('63f5923611ba9e0883a7cef668a43260c7196dda')
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+    export PYTHON="python2"
+    sed -i '27s/\<python\>/&2/' doc/Makefile.am
+    sed -i '1s/\<python\>/&2/' bin/rip.in etc/bash_completion.d/bash-compgen
+    autoreconf -i -f
+    ./configure --prefix=/usr --sysconfdir=/etc
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+    install -Dm 0644 "README" "$pkgdir/usr/share/doc/morituri/README"
+}
+
+# vim: ft=sh:ts=4:sw=4:et




More information about the arch-commits mailing list