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

Andrea Scarpino andrea at archlinux.org
Thu Apr 1 13:24:20 UTC 2010


    Date: Thursday, April 1, 2010 @ 09:24:20
  Author: andrea
Revision: 75416

upgpkg: liblastfm 0.3.0-5
openssl rebuild

Modified:
  liblastfm/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-01 13:19:53 UTC (rev 75415)
+++ PKGBUILD	2010-04-01 13:24:20 UTC (rev 75416)
@@ -4,8 +4,8 @@
 
 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."
+pkgrel=5
+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')
@@ -16,11 +16,15 @@
 md5sums=('3f73222ebc31635941832b01e7a494b6')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   sed -i "s/require 'ftools'//g" admin/*
 
   ./configure --prefix /usr
   make || return 1
-  make DESTDIR=$pkgdir install
 }
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list