Re: Updated PKGBUILD for gmpc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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/
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
# Maintainer: tobias <tobias@xxxxxxxxxxxxx>
# Contributor: Nicolas Doualot <public@xxxxxxxxxxxx>

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')

[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux