aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/sdl/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/sdl/APKBUILD b/main/sdl/APKBUILD
index 7b473ced19..1d0de3a6b4 100644
--- a/main/sdl/APKBUILD
+++ b/main/sdl/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=sdl
pkgver=1.2.14
-pkgrel=3
+pkgrel=4
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard"
url="http://www.libsdl.org"
arch="all"
@@ -28,6 +28,7 @@ build() {
package() {
cd "$srcdir"/SDL-$pkgver
make DESTDIR="$pkgdir" install
+ rm "$pkgdir"/usr/lib/*.la
}
md5sums="e52086d1b508fa0b76c52ee30b55bec4 SDL-1.2.14.tar.gz"