mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 06:24:37 +08:00
Merge branch 'testing' of gitorious.org:chakra-packages/platform into testing
This commit is contained in:
commit
9b5e918556
@ -1,11 +1,11 @@
|
|||||||
pkgname=aubio
|
pkgname=aubio
|
||||||
pkgver=0.3.2
|
pkgver=0.3.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A library for audio labelling"
|
pkgdesc="A library for audio labelling"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://aubio.piem.org/"
|
url="http://aubio.piem.org/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('libsamplerate' 'fftw' 'jack-audio-connection-kit')
|
depends=('libsamplerate' 'fftw' 'jack')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(http://aubio.piem.org/pub/${pkgname}-${pkgver}.tar.gz)
|
source=(http://aubio.piem.org/pub/${pkgname}-${pkgver}.tar.gz)
|
||||||
md5sums=('ffc3e5e4880fec67064f043252263a44')
|
md5sums=('ffc3e5e4880fec67064f043252263a44')
|
||||||
@ -14,6 +14,10 @@ build() {
|
|||||||
cd ${srcdir}/${pkgname}-${pkgver}
|
cd ${srcdir}/${pkgname}-${pkgver}
|
||||||
export LDFLAGS='-lm'
|
export LDFLAGS='-lm'
|
||||||
./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