mtr: misc fixes.

This commit is contained in:
Juan RP 2013-07-11 10:41:02 +02:00
parent fa60ec4a09
commit a633decc24

View file

@ -5,20 +5,20 @@ revision=1
distfiles="https://github.com/traviscross/mtr/archive/v${version}.tar.gz" distfiles="https://github.com/traviscross/mtr/archive/v${version}.tar.gz"
checksum="4c3c02cc8290798a067d514c9b243fdc90a75e58ca1a35da8e93a163f11c1884" checksum="4c3c02cc8290798a067d514c9b243fdc90a75e58ca1a35da8e93a163f11c1884"
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake autoconf pkg-config" hostmakedepends="automake pkg-config"
makedepends="ncurses-devel gtk+-devel glib-devel" makedepends="ncurses-devel gtk+-devel"
only_for_archs="i686 x86_64"
maintainer="Steven R <strob AT styez DOT com>" maintainer="Steven R <strob AT styez DOT com>"
homepage="http://www.bitwizard.nl/mtr/" homepage="http://www.bitwizard.nl/mtr/"
license="GPL" license="GPL"
short_desc="Combines the functionality of traceroute and ping into one tool (CLI version)" short_desc="Combines the functionality of traceroute and ping into one tool (CLI version)"
create_srcdir=yes
pre_configure() { pre_configure() {
./bootstrap.sh ./bootstrap.sh
} }
mtr_package() { mtr_package() {
depends="ncurses gtk+ glib"
pkg_install() { pkg_install() {
vmove all vmove all
} }