[arch-commits] Commit in (4 files)

Andrea Scarpino andrea at archlinux.org
Mon Sep 7 20:17:44 UTC 2009


    Date: Monday, September 7, 2009 @ 16:17:44
  Author: andrea
Revision: 51370

Added:
  liblastfm/
  liblastfm/repos/
  liblastfm/trunk/
  liblastfm/trunk/PKGBUILD

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

Added: liblastfm/trunk/PKGBUILD
===================================================================
--- liblastfm/trunk/PKGBUILD	                        (rev 0)
+++ liblastfm/trunk/PKGBUILD	2009-09-07 20:17:44 UTC (rev 51370)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: XazZ <xazz.xazz [AT] googlemail.com>
+
+pkgname=liblastfm
+pkgver=0.3.0
+pkgrel=4
+pkgdesc="A collection of libraries to help you integrate Last.fm services into your rich desktop software."
+arch=('i686' 'x86_64')
+url="http://github.com/mxcl/liblastfm/"
+license=('GPL')
+depends=('libsamplerate' 'fftw' 'qt' 'openssl')
+makedepends=('ruby')
+options=('!libtool')
+source=(http://static.last.fm/src/$pkgname-$pkgver.tar.bz2)
+md5sums=('3f73222ebc31635941832b01e7a494b6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i "s/require 'ftools'//g" admin/*
+
+  ./configure --prefix /usr
+  make || return 1
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list