summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-12-12 22:55:03 +1100
committerDanny Rawlins <romster@shortcircuit.net.au>2007-12-12 22:56:18 +1100
commit4c5f3e23d517a6a6fff03c7919dcaab5b75c2c9f (patch)
treea3548c95857ed6ab1c937c945bafcccab406ffe2
parentb4e3dec68a59b53b5227227c5531f80f7e40648a (diff)
downloadcontrib-4c5f3e23d517a6a6fff03c7919dcaab5b75c2c9f.tar.gz
contrib-4c5f3e23d517a6a6fff03c7919dcaab5b75c2c9f.tar.xz
speex: fix man directory location (thanks mike_k)
-rw-r--r--speex/.footprint4
-rw-r--r--speex/Pkgfile7
2 files changed, 7 insertions, 4 deletions
diff --git a/speex/.footprint b/speex/.footprint
index 7afe9336f..4f50bf09c 100644
--- a/speex/.footprint
+++ b/speex/.footprint
@@ -28,6 +28,10 @@ lrwxrwxrwx root/root usr/lib/libspeexdsp.so.1 -> libspeexdsp.so.1.4.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/speex.pc
-rw-r--r-- root/root usr/lib/pkgconfig/speexdsp.pc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/speexdec.1.gz
+-rw-r--r-- root/root usr/man/man1/speexenc.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/speex.m4
diff --git a/speex/Pkgfile b/speex/Pkgfile
index f953fe0a8..7c7aea78c 100644
--- a/speex/Pkgfile
+++ b/speex/Pkgfile
@@ -6,16 +6,15 @@
name=speex
version=1.2beta3
-release=1
+release=2
source=(http://downloads.us.xiph.org/releases/speex/speex-$version.tar.gz)
build() {
cd speex-$version
- find $SRC -type f -exec sed -i -e 's|/share/man|/man|g' {} \;
-
+
./configure \
--prefix=/usr \
- --mandir=/usr/man \
+ --mandir=$PKG/usr/man \
--disable-static \
--enable-epic-48k

Generated by cgit