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