# Maintainer: John-Michael Mulesa # Contributor: Eric BĂ©langer pkgname=grip pkgver=3.9.0 pkgrel=1 pkgdesc="A cd-player and ripper for the Gnome desktop" arch=('i686' 'x86_64') license=('GPL') url="http://sourceforge.net/projects/grip/" depends=('vte' 'curl' 'libgnomeui' 'id3lib' 'cdparanoia') optdepends=('yelp: to display the help and notices') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) sha1sums=('3570cab3e02dbdc94e09ee0aa22b74774700a17d') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make } package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install }