[arch-commits] Commit in (libclastfm libclastfm/trunk libclastfm/trunk/PKGBUILD)

Konstantin Gizdov kgizdov at archlinux.org
Sat Nov 9 08:30:01 UTC 2019


    Date: Saturday, November 9, 2019 @ 08:30:00
  Author: kgizdov
Revision: 524784

re-publish libclastfm

Added:
  libclastfm/
  libclastfm/trunk/
  libclastfm/trunk/PKGBUILD

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Added: libclastfm/trunk/PKGBUILD
===================================================================
--- libclastfm/trunk/PKGBUILD	                        (rev 0)
+++ libclastfm/trunk/PKGBUILD	2019-11-09 08:30:00 UTC (rev 524784)
@@ -0,0 +1,31 @@
+# Maintainer: Konstantin Gizdov <arch at kge.pw>
+# Contributor: Alad Wenter <alad at mailbox.org>
+# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
+pkgname=libclastfm
+pkgver=0.5
+pkgrel=6
+pkgdesc="An unofficial C-API for the Last.fm web service"
+arch=("x86_64")
+url="http://liblastfm.sourceforge.net/"
+license=('GPL')
+depends=("curl")
+source=("https://downloads.sourceforge.net/liblastfm/$pkgname-$pkgver.tar.gz")
+sha256sums=('c9aa7817b557f8d8ef834755740fc813f9351f3185b5bdf4de249bee3675ee42')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    ./configure --prefix=/usr
+    make
+}
+
+check() {
+    cd "${pkgname}-${pkgver}"
+    make -k check
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}/" install
+}
+
+# vim:set ts=4 sw=4 et:



More information about the arch-commits mailing list