1 # $Id: PKGBUILD,v 1.4 2006/05/27 16:44:06 andyrtr Exp $
2 # Maintainer: dorphell <dorphell@archlinux.org>
3 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
8 pkgdesc="UDP Samplicator receives UDP datagrams on a given port and resends those datagrams to a specified set of receivers"
11 source=(http://www.switch.ch/network/downloads/tf-tant/samplicator/old/$pkgname-$pkgver.tar.gz)
12 md5sums=('39f0999db9082beecb371a2ec720f56e')
13 url="http://www.switch.ch/tf-tant/floma/sw/samplicator/"
16 cd $startdir/src/$pkgname-$pkgver
17 ./configure --prefix=/usr
19 make prefix=$startdir/pkg/usr install