rebuild libcddb; was broken after sound update

This commit is contained in:
Fabian 2013-12-21 17:07:16 +00:00
parent ab17270fbf
commit 72f6fe8936

View File

@ -1,10 +1,9 @@
# $Id: PKGBUILD 78167 2010-04-20 00:31:41Z dgriffiths $
# Maintainer: Hugo Doria <hugo@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
pkgname=libcddb
pkgver=1.3.2
pkgrel=2
pkgrel=3
pkgdesc="Library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g. http://freedb.org)."
arch=('i686' 'x86_64')
license=('LGPL')
@ -17,6 +16,10 @@ md5sums=('8bb4a6f542197e8e9648ae597cd6bc8a')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
make || return 1
make
}
package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
}