[arch-general] Updated PKGBUILD for gmpc

slubman lists at slubman.info
Tue Apr 7 12:59:24 EDT 2009


On Tuesday 07 April 2009 18:57:03 slubman wrote:
> On Tuesday 07 April 2009 18:48:55 Andrea Scarpino wrote:
> > from your pkguild:
> >
> >   mv index.php* ./${pkgname}-${pkgver}.tar.gz
> >   tar xzf ${pkgname}-${pkgver}.tar.gz
> >
> > why this?!
>
> Forgot to remove this line from previous versions (where there was no
> direct URL to source tarball)
>
> Correct one attached here.

Reply to self, still some issues in the previous one

-- 
slubman
site: http://www.slubman.info/
-------------- next part --------------
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
# Maintainer: tobias <tobias at archlinux.org>
# Contributor: Nicolas Doualot <public at slubman.info>

pkgname=libmpd
pkgver=0.18.0
pkgrel=3
pkgdesc="Signal based wrapper around libmpdclient"
arch=(i686 x86_64)
license=('GPL')
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 $srcdir/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

md5sums=('dd0c008d416e35c44d8e77c9899fb65b')
sha256sums=('8e6c33476f02dd241615dbda849f64e790d74b97bc6dc8145201ea54ff54e65a')


More information about the arch-general mailing list