# Description: portable SCTP userland stack # URL: https://github.com/sctplab/usrsctp # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: libtool name=usrsctp version=0.9.3.0 release=1 source=(https://github.com/sctplab/$name/archive/$version.tar.gz) build() { cd $name-$version ./bootstrap ./configure --prefix=/usr make make DESTDIR=$PKG install }