# $Id$ # Maintainer: Sébastien Luttringer # Contributer: Nicolas Martyanoff pkgname=lksctp-tools pkgver=1.0.11 pkgrel=1 pkgdesc='An implementation of the SCTP protocol' arch=('i686' 'x86_64') url='http://lksctp.sourceforge.net/' license=('GPL2') depends=('bash') options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/lksctp/$pkgname-$pkgver.tar.gz") md5sums=('e9cf6c57402c9d4f1173a9529466e16d') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 ft=sh et: