summaryrefslogtreecommitdiff
path: root/rnnoise/Pkgfile
blob: c5c77d1633d7c427ab6de199e665af6df65ac4f2 (plain)
    1 # Description: Recurrent neural network for audio noise reduction
    2 # URL: https://gitlab.xiph.org/xiph/rnnoise
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on:
    5 
    6 name=rnnoise
    7 version=0.4.1
    8 _commit=1cbdbcf1283499bbb2230a6b0f126eb9b236defd
    9 release=1
   10 source=(https://gitlab.xiph.org/xiph/rnnoise/-/archive/$_commit/rnnoise-$_commit.tar.gz)
   11 
   12 build() {
   13   cd $name-$_commit
   14   ./autogen.sh
   15   ./configure --prefix=/usr \
   16     --disable-doc
   17   make
   18   make DESTDIR=$PKG install
   19   rm -rf $PKG/usr/share/doc
   20 }

Generated by cgit