mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 12:47:39 +08:00
rebuild libcddb; was broken after sound update
This commit is contained in:
parent
ab17270fbf
commit
72f6fe8936
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user