summaryrefslogtreecommitdiffstats
path: root/main/py-gst/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py-gst/APKBUILD')
-rw-r--r--main/py-gst/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/py-gst/APKBUILD b/main/py-gst/APKBUILD
index 4a6d644fb..589e44ffb 100644
--- a/main/py-gst/APKBUILD
+++ b/main/py-gst/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=py-gst
pkgver=0.10.21
-pkgrel=1
+pkgrel=2
pkgdesc="python bindings for gstreamer"
url="http://gstreamer.freedesktop.org/"
arch="all"
@@ -38,6 +38,9 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/gstreamer-0.10/*.la
+ rm "$pkgdir"/usr/lib/python2.7/site-packages/gst-0.10/gst/*.la
+ rm "$pkgdir"/usr/lib/python2.7/site-packages/*.la
}
md5sums="aa4f428c2e8d3664dca118b12d872429 gst-python-0.10.21.tar.gz"