From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/libclastfm/PKGBUILD | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 community/libclastfm/PKGBUILD (limited to 'community/libclastfm') diff --git a/community/libclastfm/PKGBUILD b/community/libclastfm/PKGBUILD deleted file mode 100644 index b566ae17a..000000000 --- a/community/libclastfm/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 72448 2012-06-14 16:10:56Z ttopper $ -# Maintainer: Thorsten Töpper -pkgname=libclastfm -pkgver=0.5 -pkgrel=1 -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: - -- cgit v1.2.3-54-g00ecf