summaryrefslogtreecommitdiff
path: root/sox/Pkgfile
blob: 893f7fa3ee51e04c9d9569933cb092dd74fbf992 (plain)
    1 # Description: Sound eXchange, the Swiss Army knife of audio manipulation
    2 # URL:         http://sox.sourceforge.net/
    3 # Maintainer:  Steffen Nurpmeso, steffen at sdaoden dot eu
    4 
    5 name=sox
    6 version=20210412
    7 release=1
    8 xtarget=sox-code-7524160b29a476f7e87bc14fddf12d349f9a3c5e
    9 source=(https://sourceforge.net/code-snapshots/git/s/so/${name}/code.git/\
   10 ${xtarget}.zip)
   11 
   12 build() {
   13    cd "${xtarget}"
   14 
   15    sed -i'' -e /^AX_APPEND/d configure.ac
   16    autoreconf -vis
   17 
   18    ./configure --prefix=/usr --disable-openmp
   19 
   20    make
   21    make DESTDIR="${PKG}" install
   22 }
   23 
   24 # s-sh-mode

Generated by cgit