diff options
Diffstat (limited to 'main/spandsp/APKBUILD')
-rw-r--r-- | main/spandsp/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/spandsp/APKBUILD b/main/spandsp/APKBUILD index 14ceb6ea0..9b1bb40c7 100644 --- a/main/spandsp/APKBUILD +++ b/main/spandsp/APKBUILD @@ -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" |