summaryrefslogtreecommitdiffstats
path: root/main/sdl
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-06-29 18:53:09 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-06-29 18:53:09 -0500
commit907cab7a5c6f4052ae627515c4b2d104619d4c25 (patch)
tree432f60d5ec7617d95959698bba89a5a227efc536 /main/sdl
parent65c35dbfaa4c69a3dba6dd10bb368f7bf262a7c3 (diff)
downloadaports-907cab7a5c6f4052ae627515c4b2d104619d4c25.tar.bz2
aports-907cab7a5c6f4052ae627515c4b2d104619d4c25.tar.xz
main/sdl: remove *.la files
Diffstat (limited to 'main/sdl')
-rw-r--r--main/sdl/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/sdl/APKBUILD b/main/sdl/APKBUILD
index 7b473ced1..1d0de3a6b 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"