Date: Sunday, January 27, 2013 @ 17:08:38
  Author: pierre
Revision: 83122

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

Added:
  bmp-musepack/repos/community-i686/
  bmp-musepack/repos/community-i686/PKGBUILD
    (from rev 83121, bmp-musepack/trunk/PKGBUILD)
  bmp-musepack/repos/community-x86_64/
  bmp-musepack/repos/community-x86_64/PKGBUILD
    (from rev 83121, bmp-musepack/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: bmp-musepack/repos/community-i686/PKGBUILD (from rev 83121, 
bmp-musepack/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-01-27 16:08:38 UTC (rev 83122)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: damir <da...@archlinux.org>
+# Contributor: Nikos Kouremenos <n...@ebox.gr>
+
+pkgname=bmp-musepack
+pkgver=1.2
+pkgrel=4
+pkgdesc="A BMP plugin for playing sounds in Musepack (MPC) format"
+arch=('i686' 'x86_64')
+url="http://musepack.net/";
+license=('BSD')
+depends=('bmp' 'libmpcdec' 'taglib')
+groups=('bmp-plugins' 'bmp-io-plugins')
+options=('!libtool')
+source=("http://files.musepack.net/linux/plugins/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('5fe0c9d341ca37d05c780a478f829a5f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: bmp-musepack/repos/community-x86_64/PKGBUILD (from rev 83121, 
bmp-musepack/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 16:08:38 UTC (rev 83122)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: damir <da...@archlinux.org>
+# Contributor: Nikos Kouremenos <n...@ebox.gr>
+
+pkgname=bmp-musepack
+pkgver=1.2
+pkgrel=4
+pkgdesc="A BMP plugin for playing sounds in Musepack (MPC) format"
+arch=('i686' 'x86_64')
+url="http://musepack.net/";
+license=('BSD')
+depends=('bmp' 'libmpcdec' 'taglib')
+groups=('bmp-plugins' 'bmp-io-plugins')
+options=('!libtool')
+source=("http://files.musepack.net/linux/plugins/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('5fe0c9d341ca37d05c780a478f829a5f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Reply via email to