New package: mtr-0.85.

This commit is contained in:
wertyi48 2013-07-08 07:58:56 -03:00
parent 26897c86d6
commit 5dfe42f639

25
srcpkgs/mtr/template Normal file
View file

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