summaryrefslogtreecommitdiffstats
path: root/mtr-cli/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /mtr-cli/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'mtr-cli/PKGBUILD')
-rw-r--r--mtr-cli/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/mtr-cli/PKGBUILD b/mtr-cli/PKGBUILD
deleted file mode 100644
index 06f6008..0000000
--- a/mtr-cli/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz <flo@xssn.at>
-# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
-
-pkgname=mtr-cli
-pkgver=0.80
-pkgrel=1
-pkgdesc="Combines the functionality of traceroute and ping into one tool"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('ncurses>=5.7')
-conflicts=('mtr')
-source=(ftp://ftp.bitwizard.nl/mtr/mtr-${pkgver}.tar.gz no_gtk.patch)
-url="http://www.bitwizard.nl/mtr/"
-
-build() {
- cd "${srcdir}/mtr-${pkgver}"
- ./configure --disable-gtktest --without-gtk
- make || return 1
- install -Dm4755 mtr "$pkgdir/usr/bin/mtr"
- install -Dm644 mtr.8 "$pkgdir/usr/share/man/man8/mtr.8"
-}
-md5sums=('fa68528eaec1757f52bacf9fea8c68a9'
- '6ac91ddba465f3bf5d2af26b533b578f')