speex: fix man directory location (thanks mike_k)
This commit is contained in:
parent
7e1789d345
commit
35b2e3d7fe
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user