[arch-commits] Commit in glyr/repos (4 files)

Thorsten Töpper ttoepper at archlinux.org
Tue Oct 13 18:55:38 UTC 2015


    Date: Tuesday, October 13, 2015 @ 20:55:38
  Author: ttoepper
Revision: 143931

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

Added:
  glyr/repos/community-i686/
  glyr/repos/community-i686/PKGBUILD
    (from rev 143930, glyr/trunk/PKGBUILD)
  glyr/repos/community-x86_64/
  glyr/repos/community-x86_64/PKGBUILD
    (from rev 143930, glyr/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: glyr/repos/community-i686/PKGBUILD (from rev 143930, glyr/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-10-13 18:55:38 UTC (rev 143931)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+pkgname=glyr
+pkgver=1.0.8
+pkgrel=1
+epoch=
+pkgdesc="A music metadata searchengine utility and library written in C"
+arch=('i686' 'x86_64')
+url="https://github.com/sahib/glyr"
+license=('GPL3')
+depends=('curl' 'glib2' 'sqlite3')
+makedepends=('cmake')
+source=("https://github.com/sahib/glyr/archive/$pkgver.tar.gz")
+md5sums=('05df602572495bf3cb2566d4ff933b9a')
+
+build() {
+	cd "$pkgname-$pkgver"
+	cmake -DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir/" install
+}

Copied: glyr/repos/community-x86_64/PKGBUILD (from rev 143930, glyr/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-13 18:55:38 UTC (rev 143931)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+pkgname=glyr
+pkgver=1.0.8
+pkgrel=1
+epoch=
+pkgdesc="A music metadata searchengine utility and library written in C"
+arch=('i686' 'x86_64')
+url="https://github.com/sahib/glyr"
+license=('GPL3')
+depends=('curl' 'glib2' 'sqlite3')
+makedepends=('cmake')
+source=("https://github.com/sahib/glyr/archive/$pkgver.tar.gz")
+md5sums=('05df602572495bf3cb2566d4ff933b9a')
+
+build() {
+	cd "$pkgname-$pkgver"
+	cmake -DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list