mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 09:04:36 +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>
|
# Maintainer: Hugo Doria <hugo@archlinux.org>
|
||||||
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
|
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
|
||||||
|
|
||||||
pkgname=libcddb
|
pkgname=libcddb
|
||||||
pkgver=1.3.2
|
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)."
|
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')
|
arch=('i686' 'x86_64')
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
@ -17,6 +16,10 @@ md5sums=('8bb4a6f542197e8e9648ae597cd6bc8a')
|
|||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${pkgname}-${pkgver}
|
cd ${srcdir}/${pkgname}-${pkgver}
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make || return 1
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd ${srcdir}/${pkgname}-${pkgver}
|
||||||
make DESTDIR=${pkgdir} install
|
make DESTDIR=${pkgdir} install
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user