CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
firefox: initial import
[ports/opt-arm64.git] / speex / Pkgfile
index dad86fda65071ecab385c8dcce385ff4f159e499..536accde8f8ea831efd3ec07fc5949e9495c6c05 100644 (file)
@@ -6,17 +6,16 @@
 # Depends on: libogg
 
 name=speex
-version=1.2rc1
+version=1.2rc2
 release=1
 source=(http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
 
 build() {
-  cd $name-$versio
+  cd $name-$version
 
   ./configure --prefix=/usr \
               --mandir=$PKG/usr/man \
               --disable-static \
-              --enable-epic-48k \
               --build=aarch64-unknown-linux-gnueabi
 
   sed -i -e "/^SUBDIRS = /s/doc //" Makefile