Date: Saturday, April 16, 2016 @ 10:30:34
  Author: alucryd
Revision: 171168

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

Added:
  libechonest/repos/
  libechonest/repos/community-i686/
  libechonest/repos/community-i686/PKGBUILD
    (from rev 171167, libechonest/trunk/PKGBUILD)
  libechonest/repos/community-x86_64/
  libechonest/repos/community-x86_64/PKGBUILD
    (from rev 171167, libechonest/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   43 +++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 86 insertions(+)

Copied: libechonest/repos/community-i686/PKGBUILD (from rev 171167, 
libechonest/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD                               (rev 0)
+++ repos/community-i686/PKGBUILD       2016-04-16 08:30:34 UTC (rev 171168)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Kuba Serafinowski <[email protected]>
+# Contributor: Rick W. Chen <[email protected]>
+
+pkgname=libechonest
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='C++ library for interfacing with Echo Nest'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/libs/libechonest'
+license=('GPL')
+depends=('gcc-libs' 'glibc' 'qjson' 'qt4')
+makedepends=('cmake')
+source=("http://files.lfranchi.com/libechonest-${pkgver}.tar.bz2";)
+sha256sums=('56756545fd1cb3d9067479f52215b6157c1ced2bc82b895e72fdcd9bebb47889')
+
+
+prepare() {
+  cd libechonest-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd libechonest-${pkgver}/build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DECHONEST_BUILD_TESTS='False'
+  make
+}
+
+package() {
+  cd libechonest-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: libechonest/repos/community-x86_64/PKGBUILD (from rev 171167, 
libechonest/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2016-04-16 08:30:34 UTC (rev 171168)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Kuba Serafinowski <[email protected]>
+# Contributor: Rick W. Chen <[email protected]>
+
+pkgname=libechonest
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='C++ library for interfacing with Echo Nest'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/libs/libechonest'
+license=('GPL')
+depends=('gcc-libs' 'glibc' 'qjson' 'qt4')
+makedepends=('cmake')
+source=("http://files.lfranchi.com/libechonest-${pkgver}.tar.bz2";)
+sha256sums=('56756545fd1cb3d9067479f52215b6157c1ced2bc82b895e72fdcd9bebb47889')
+
+
+prepare() {
+  cd libechonest-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd libechonest-${pkgver}/build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DECHONEST_BUILD_TESTS='False'
+  make
+}
+
+package() {
+  cd libechonest-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to