summaryrefslogtreecommitdiff
path: root/community/libclastfm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/libclastfm
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/libclastfm')
-rw-r--r--community/libclastfm/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
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 <atsutane-tu@freethoughts.de>
-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:
-