Date: Wednesday, June 22, 2016 @ 06:46:45
  Author: felixonmars
Revision: 180726

addpkg: batctl 2016.1-1

Added:
  batctl/
  batctl/repos/
  batctl/trunk/
  batctl/trunk/PKGBUILD

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

Added: batctl/trunk/PKGBUILD
===================================================================
--- batctl/trunk/PKGBUILD                               (rev 0)
+++ batctl/trunk/PKGBUILD       2016-06-22 06:46:45 UTC (rev 180726)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Thomas Weißschuh <thomas t-8ch de>
+# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
+
+pkgname=batctl
+pkgver=2016.1
+pkgrel=1
+pkgdesc='B.A.T.M.A.N. advanced control and management tool'
+arch=('i686' 'x86_64')
+url='http://www.open-mesh.net/'
+license=('GPL')
+depends=('libnl')
+source=("http://downloads.open-mesh.net/batman/releases/batman-adv-${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('c854397b2ddd2cb8d15d1e65839819380648ccb37507d0303e133011fe6f03c9')
+
+build(){
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr SBINDIR=/usr/bin install
+}


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

Reply via email to