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

Andrea Scarpino andrea at archlinux.org
Tue Apr 7 17:06:30 UTC 2009


    Date: Tuesday, April 7, 2009 @ 13:06:30
  Author: andrea
Revision: 34171

upgpkg: libmpd 0.18.0-1

Modified:
  libmpd/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-07 08:57:44 UTC (rev 34170)
+++ PKGBUILD	2009-04-07 17:06:30 UTC (rev 34171)
@@ -1,22 +1,20 @@
 # $Id$
-# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: tobias <tobias at archlinux.org>
 
 pkgname=libmpd
-pkgver=0.16.1
+pkgver=0.18.0
 pkgrel=1
 pkgdesc="Signal based wrapper around libmpdclient"
 arch=(i686 x86_64)
 license=('GPL')
-url="http://sarine.nl/libmpd"
+url="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
 depends=('glib2')
 options=('!libtool')
 source=(http://download.sarine.nl/Programs/gmpc/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 
 build() {
-  cd ${startdir}/src
-  tar xzf ${pkgname}-${pkgver}.tar.gz 
-  cd $startdir/src/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list