summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e5861eef9d35bec88199cd591460d8e083807002 (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: Isaac True <isaac@is.having.coffee>
pkgname=python2-teacup
pkgver=1.0
pkgrel=1
pkgdesc="TEACUP enables repeatable testing of different TCP algorithms over a range of emulated network path conditions, bottleneck rate limits and bottleneck queuing disciplines."
arch=('any')
url="http://sourceforge.net/projects/teacup/"
license=('BSD')
groups=()
depends=('python2')
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=(!emptydirs)
install=
source=(http://downloads.sourceforge.net/teacup/teacup-$pkgver.tar.gz)
sha512sums=('ddc3643f949d614febb5efa5b5c2b2f7163db172bcf974ad2931b7584487082186d4748482211127d20151629304e469f7f342449144d8882f02d730bb623edf')
package() {
      cd "${srcdir}/"
      install -d "${pkgdir}"/opt/
      mv "teacup-${pkgver}" "${pkgdir}"/opt/teacup
  }