Date: Saturday, March 21, 2015 @ 10:18:11 Author: fyan Revision: 129655
addpkg: tcping 1.3.5-4 Added: tcping/ tcping/repos/ tcping/trunk/ tcping/trunk/PKGBUILD ----------+ PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) Added: tcping/trunk/PKGBUILD =================================================================== --- tcping/trunk/PKGBUILD (rev 0) +++ tcping/trunk/PKGBUILD 2015-03-21 09:18:11 UTC (rev 129655) @@ -0,0 +1,23 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Contributor: Jozef Riha <jose1711 at gmail dot com> + +pkgname=tcping +pkgver=1.3.5 +pkgrel=4 +pkgdesc="a utility that does a TCP connect to the given ip/port combination" +url="http://www.linuxco.de/tcping/tcping.html" +license=("LGPL") +arch=('i686' 'x86_64') +depends=('glibc') +source=("http://www.linuxco.de/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('f9dd03c730db6999ca8beca479f078e3') + +build() { + cd "$srcdir/$pkgname-$pkgver" + make +} + +package() { + install -Dm 755 "$srcdir/$pkgname-$pkgver/tcping" "$pkgdir/usr/bin/tcping" +} Property changes on: tcping/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
