From c6000c9d9949b3326fb82f02431899ab6774b960 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Dec 2012 11:51:24 +0100 Subject: big cleanup --- mtr-cli/PKGBUILD | 23 ----------------------- mtr-cli/no_gtk.patch | 26 -------------------------- 2 files changed, 49 deletions(-) delete mode 100644 mtr-cli/PKGBUILD delete mode 100644 mtr-cli/no_gtk.patch (limited to 'mtr-cli') 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 -# Contributor: Douglas Soares de Andrade - -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') diff --git a/mtr-cli/no_gtk.patch b/mtr-cli/no_gtk.patch deleted file mode 100644 index 2fae6c2..0000000 --- a/mtr-cli/no_gtk.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- configure_2010-05-31_203051 2010-05-31 20:30:51.000000000 +0200 -+++ configure 2010-05-31 20:36:32.000000000 +0200 -@@ -4711,14 +4711,15 @@ - - - if test "x$WANTS_GTK" = "xyes"; then -- AM_PATH_GTK_2_0(2.6.0, CFLAGS="$CFLAGS $GTK_CFLAGS" -- LIBS="$LIBS $GTK_LIBS -lm", -- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Building without GTK2 display support" >&5 --$as_echo "$as_me: WARNING: Building without GTK2 display support" >&2;} -- --$as_echo "#define NO_GTK 1" >>confdefs.h -- -- GTK_OBJ="") -+ true -+# AM_PATH_GTK_2_0(2.6.0, CFLAGS="$CFLAGS $GTK_CFLAGS" -+# LIBS="$LIBS $GTK_LIBS -lm", -+# { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Building without GTK2 display support" >&5 -+#$as_echo "$as_me: WARNING: Building without GTK2 display support" >&2;} -+# -+#$as_echo "#define NO_GTK 1" >>confdefs.h -+# -+# GTK_OBJ="") - else - $as_echo "#define NO_GTK 1" >>confdefs.h - -- cgit v1.2.3-24-g4f1b