[arch-commits] Commit in libcuefile/repos/community-i686 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Wed Dec 25 16:50:36 UTC 2013


    Date: Wednesday, December 25, 2013 @ 17:50:36
  Author: jlichtblau
Revision: 103015

archrelease: copy trunk to community-i686

Added:
  libcuefile/repos/community-i686/PKGBUILD
    (from rev 103014, libcuefile/trunk/PKGBUILD)
Deleted:
  libcuefile/repos/community-i686/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-25 16:50:23 UTC (rev 103014)
+++ PKGBUILD	2013-12-25 16:50:36 UTC (rev 103015)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Corrado Primier <bardo at aur.archlinux.org>
-
-pkgname=libcuefile
-pkgver=475
-pkgrel=1
-pkgdesc="A library to work with CUE files"
-arch=('i686' 'x86_64')
-url="http://www.musepack.net/index.php?pg=src"
-license=('GPL2')
-depends=('glibc')
-makedepends=('cmake')
-source=(http://files.musepack.net/source/${pkgname}_r${pkgver}.tar.gz)
-md5sums=('1a6ac52e1080fd54f0f59372345f1e4e')
-
-build() {
-  mkdir "${srcdir}/${pkgname}_r${pkgver}/build"
-  cd "${srcdir}/${pkgname}_r${pkgver}/build"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}_r${pkgver}/build"
-  make DESTDIR="${pkgdir}/" install
-
-  mkdir -p "${pkgdir}/usr/include/cuetools"
-  install -Dm644 "${srcdir}"/${pkgname}_r${pkgver}/include/cuetools/{cd,cdtext,cuefile}.h \
-    "${pkgdir}/usr/include/cuetools"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcuefile/repos/community-i686/PKGBUILD (from rev 103014, libcuefile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-12-25 16:50:36 UTC (rev 103015)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+
+pkgname=libcuefile
+pkgver=475
+pkgrel=2
+pkgdesc="A library to work with CUE files"
+arch=('i686' 'x86_64')
+url="http://www.musepack.net/index.php?pg=src"
+license=('GPL2')
+depends=('glibc')
+makedepends=('cmake')
+source=(http://files.musepack.net/source/${pkgname}_r${pkgver}.tar.gz)
+md5sums=('1a6ac52e1080fd54f0f59372345f1e4e')
+
+build() {
+  mkdir "${srcdir}/${pkgname}_r${pkgver}/build"
+  cd "${srcdir}/${pkgname}_r${pkgver}/build"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}_r${pkgver}/build"
+  make DESTDIR="${pkgdir}/" install
+
+  mkdir -p "${pkgdir}/usr/include/cuetools"
+  install -Dm644 "${srcdir}"/${pkgname}_r${pkgver}/include/cuetools/{cd,cdtext,cuefile}.h \
+    "${pkgdir}/usr/include/cuetools"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list