[arch-commits] Commit in mpc/repos (4 files)
Gaetan Bisson
bisson at archlinux.org
Mon Mar 12 13:46:47 UTC 2012
Date: Monday, March 12, 2012 @ 09:46:46
Author: bisson
Revision: 153244
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
mpc/repos/extra-i686/PKGBUILD
(from rev 153243, mpc/trunk/PKGBUILD)
mpc/repos/extra-x86_64/PKGBUILD
(from rev 153243, mpc/trunk/PKGBUILD)
Deleted:
mpc/repos/extra-i686/PKGBUILD
mpc/repos/extra-x86_64/PKGBUILD
-----------------------+
extra-i686/PKGBUILD | 60 ++++++++++++++++++++++++------------------------
extra-x86_64/PKGBUILD | 60 ++++++++++++++++++++++++------------------------
2 files changed, 60 insertions(+), 60 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-03-12 13:46:14 UTC (rev 153243)
+++ extra-i686/PKGBUILD 2012-03-12 13:46:46 UTC (rev 153244)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Link Dupont <link at subpop.net>
-
-pkgname=mpc
-pkgver=0.21
-pkgrel=1
-pkgdesc="Minimalist command line interface to MPD"
-arch=('i686' 'x86_64')
-url="http://mpd.wikia.com/wiki/Client:Mpc"
-license=('GPL2')
-depends=('libmpdclient')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-$pkgver.tar.bz2)
-md5sums=('d8f88aad5fa7ed4c6e7005c5ec1ba7c5')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- # Install bash completion file
- install -D -m644 doc/mpc-completion.bash "$pkgdir/etc/bash_completion.d/mpc"
-}
Copied: mpc/repos/extra-i686/PKGBUILD (from rev 153243, mpc/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-12 13:46:46 UTC (rev 153244)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Link Dupont <link at subpop.net>
+
+pkgname=mpc
+pkgver=0.22
+pkgrel=1
+pkgdesc='Minimalist command line interface to MPD'
+url='http://mpd.wikia.com/wiki/Client:Mpc'
+license=('GPL2')
+arch=('i686' 'x86_64')
+options=('!emptydirs')
+depends=('libmpdclient')
+source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('e35414c1f5b25f4e500ceae125adb5bb9063b029')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 doc/mpc-completion.bash "${pkgdir}/etc/bash_completion.d/mpc"
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-03-12 13:46:14 UTC (rev 153243)
+++ extra-x86_64/PKGBUILD 2012-03-12 13:46:46 UTC (rev 153244)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Link Dupont <link at subpop.net>
-
-pkgname=mpc
-pkgver=0.21
-pkgrel=1
-pkgdesc="Minimalist command line interface to MPD"
-arch=('i686' 'x86_64')
-url="http://mpd.wikia.com/wiki/Client:Mpc"
-license=('GPL2')
-depends=('libmpdclient')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-$pkgver.tar.bz2)
-md5sums=('d8f88aad5fa7ed4c6e7005c5ec1ba7c5')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- # Install bash completion file
- install -D -m644 doc/mpc-completion.bash "$pkgdir/etc/bash_completion.d/mpc"
-}
Copied: mpc/repos/extra-x86_64/PKGBUILD (from rev 153243, mpc/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-03-12 13:46:46 UTC (rev 153244)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Link Dupont <link at subpop.net>
+
+pkgname=mpc
+pkgver=0.22
+pkgrel=1
+pkgdesc='Minimalist command line interface to MPD'
+url='http://mpd.wikia.com/wiki/Client:Mpc'
+license=('GPL2')
+arch=('i686' 'x86_64')
+options=('!emptydirs')
+depends=('libmpdclient')
+source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('e35414c1f5b25f4e500ceae125adb5bb9063b029')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 doc/mpc-completion.bash "${pkgdir}/etc/bash_completion.d/mpc"
+}
More information about the arch-commits
mailing list