Date: Thursday, February 8, 2018 @ 19:18:32 Author: alad Revision: 290335
archrelease: copy trunk to community-x86_64 Added: libclastfm/repos/community-x86_64/PKGBUILD (from rev 290334, libclastfm/trunk/PKGBUILD) Deleted: libclastfm/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 63 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 32 insertions(+), 31 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-02-08 19:18:27 UTC (rev 290334) +++ PKGBUILD 2018-02-08 19:18:32 UTC (rev 290335) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Thorsten Töpper <atsutane...@freethoughts.de> -pkgname=libclastfm -pkgver=0.5 -pkgrel=3 -pkgdesc="An unofficial C-API for the Last.fm web service" -arch=("i686" "x86_64") -url="http://liblastfm.sourceforge.net/" -license=('GPL') -depends=("curl") -source=("http://downloads.sourceforge.net/liblastfm/$pkgname-$pkgver.tar.gz") -sha1sums=('9e2fdd42b14c8c375b0cb4981eb11fc1aebeebf5') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr - make -} - -check() { - cd "$srcdir/$pkgname-$pkgver" - make -k check -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} - -# vim:set ts=2 sw=2 et: - Copied: libclastfm/repos/community-x86_64/PKGBUILD (from rev 290334, libclastfm/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-02-08 19:18:32 UTC (rev 290335) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Alad Wenter <a...@mailbox.org> +# Contributor: Thorsten Töpper <atsutane...@freethoughts.de> +pkgname=libclastfm +pkgver=0.5 +pkgrel=4 +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: +