Date: Wednesday, September 30, 2015 @ 19:19:46
  Author: anatolik
Revision: 142269

horst: move from AUR to community repo

Added:
  horst/
  horst/repos/
  horst/trunk/
  horst/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Added: horst/trunk/PKGBUILD
===================================================================
--- horst/trunk/PKGBUILD                                (rev 0)
+++ horst/trunk/PKGBUILD        2015-09-30 17:19:46 UTC (rev 142269)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Reza Jelveh (reza.jel...@tuhh.de)
+# Contributor: Shalygin Konstantin (kos...@opentech.ru)
+
+pkgname=horst
+pkgver=4.2
+pkgrel=1
+pkgdesc='A small, lightweight IEEE802.11 wireless LAN analyzer with a text 
interface'
+arch=(i686 x86_64)
+url='http://br1.einfach.org/tech/horst'
+depends=(ncurses iw)
+license=(GPL)
+source=(http://br1.einfach.org/horst_dl/horst-$pkgver.tar.gz)
+sha256sums=('eab46330998a4c6d5abc9bfdad739b62b57c65049ac6f160e58ee3edd3260057')
+
+build() {
+  cd horst-$pkgver
+  make
+}
+
+package() {
+  cd horst-$pkgver
+
+  install -Dm755 horst "$pkgdir/usr/bin/horst"
+  install -Dm644 horst.1 "$pkgdir/usr/share/man/man1/horst.1"
+}


Property changes on: horst/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property

Reply via email to