updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / sing / PKGBUILD
blobf0ef91c6be438fd4a34dcf027160ccdccb788ac3
1 # Contributor: Pranay Kanwar <warl0ck@metaeye.org>
3 pkgname=sing
4 pkgver=1.1
5 pkgrel=1
6 pkgdesc="Send nasty ICMP garbage."
7 url="http://sing.sourceforge.net"
8 license="GPL"
9 arch=(i686)
11 source=(http://downloads.sourceforge.net/sourceforge/sing/SING-$pkgver.tgz)
12 md5sums=('f9f649c4b40174a983601d46e4a3daac')
14 build() {
15   cd $startdir/src/SING-$pkgver
16   ./configure --prefix=/usr
17   make || return 1
18   make DESTDIR=$startdir/pkg install