packages/libshout/libshout.inc: Stage the headers, libs and m4 file
authorHolger Freyther <zecke@selfish.org>
Fri, 25 Jan 2008 17:35:38 +0000 (17:35 +0000)
committerHolger Freyther <zecke@selfish.org>
Fri, 25 Jan 2008 17:35:38 +0000 (17:35 +0000)
    Like all xiph.org packages the .pc files are a bit odd and not staged.

packages/libshout/libshout.inc

index 9ca8745..3037eb0 100644 (file)
@@ -14,3 +14,7 @@ do_configure_prepend() {
     rm -f ${S}/m4/ogg.m4
     rm -f ${S}/m4/vorbis.m4
 }
+
+do_stage() {
+    autotools_stage_all
+}