summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3f61b00c431733e3aac9da8e55bd699a0bc2ed18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>

pkgname=shaperprobe
pkgver=12.1
pkgrel=5
pkgdesc="Detecting ISP Traffic Rate-Limiting"
arch=('i686' 'x86_64')
#url="http://www.cc.gatech.edu/grads/p/partha/diffprobe/shaperprobe.html"
url="http://netinfer.net/diffprobe/shaperprobe.html"
license=('GPL')
depends=()
source=(http://netinfer.net/diffprobe/${pkgname}.tgz)
md5sums=('d555ace1f2e8d86ce2975457b09b17b7')

build() {
  cd ${srcdir}/${pkgname}
  make
}

package() {
  cd ${srcdir}/${pkgname}
  mkdir -p ${pkgdir}/usr/bin
  install -m 755 prober ${pkgdir}/usr/bin/
}