diff options
Diffstat (limited to 'testing/spandsp/APKBUILD')
-rw-r--r-- | testing/spandsp/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/spandsp/APKBUILD b/testing/spandsp/APKBUILD index 0b69b8f366..931a7d1b70 100644 --- a/testing/spandsp/APKBUILD +++ b/testing/spandsp/APKBUILD @@ -1,5 +1,4 @@ -# Contributor: -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=spandsp pkgver=0.0.5 pkgrel=0 @@ -26,7 +25,7 @@ build() { package() { cd "$_builddir" make -j1 DESTDIR="$pkgdir" install - + rm "$pkgdir"/usr/lib/*.la } md5sums="fe83ed37a7831f0dd38e7ef4e7e6fd9e spandsp-0.0.5.tgz" |