1 # Maintainer: Sébastien Luttringer
2 # Contributer: Nicolas Martyanoff <khaelin@gmail.com>
7 pkgdesc='An implementation of the SCTP protocol'
9 url='https://github.com/sctp/lksctp-tools'
10 license=('GPL2' 'LGPL2.1')
13 source=("git+https://github.com/sctp/lksctp-tools.git#tag=v$pkgver")
19 ./configure --prefix=/usr
24 cd $pkgname/src/func_tests
31 make DESTDIR="$pkgdir" install
34 # vim:set ts=2 sw=2 et: