summaryrefslogtreecommitdiffstats
path: root/main/py-gst
diff options
context:
space:
mode:
authorAndrew Manison <amanison@anselsystems.com>2012-01-08 22:18:31 +0000
committerAndrew Manison <amanison@anselsystems.com>2012-01-08 22:18:31 +0000
commitcb14f0100ce084cd2d6960dc97705fedd58566bc (patch)
treeb7f864bdac03daa05d7606e0254ef4a9073ddae7 /main/py-gst
parent6b044f8aaaa0e35fe905019af65fa14b20ba0dca (diff)
downloadaports-cb14f0100ce084cd2d6960dc97705fedd58566bc.tar.bz2
aports-cb14f0100ce084cd2d6960dc97705fedd58566bc.tar.xz
main/py-gst: Build fix to remove libtool archives before package split
Diffstat (limited to 'main/py-gst')
-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"