main/spandsp: upgrade to 0.0.6_pre18

This commit is contained in:
Natanael Copa 2011-06-29 13:23:52 +00:00
parent 11e3fb6e57
commit da97fdc7ce

View File

@ -1,8 +1,8 @@
# Contributor: Carlo Landmeter
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=spandsp
pkgver=0.0.6_pre17
pkgrel=4
pkgver=0.0.6_pre18
pkgrel=0
pkgdesc="SpanDSP is a library of DSP functions for telephony"
url="http://www.soft-switch.org/installing-spandsp.html"
arch="all"
@ -28,6 +28,7 @@ build() {
package() {
cd "$_builddir"
make -j1 DESTDIR="$pkgdir" install
rm "$pkgdir"/usr/lib/*.la
}
md5sums="cc860f77270cf3b881f8ccd42d2d0238 spandsp-0.0.6pre17.tgz"