[arch-commits] Commit in batctl/repos (4 files)

Felix Yan felixonmars at archlinux.org
Wed Jun 22 06:47:14 UTC 2016


    Date: Wednesday, June 22, 2016 @ 06:47:14
  Author: felixonmars
Revision: 180727

archrelease: copy trunk to community-i686, community-x86_64

Added:
  batctl/repos/community-i686/
  batctl/repos/community-i686/PKGBUILD
    (from rev 180726, batctl/trunk/PKGBUILD)
  batctl/repos/community-x86_64/
  batctl/repos/community-x86_64/PKGBUILD
    (from rev 180726, batctl/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: batctl/repos/community-i686/PKGBUILD (from rev 180726, batctl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-06-22 06:47:14 UTC (rev 180727)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at 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
+}

Copied: batctl/repos/community-x86_64/PKGBUILD (from rev 180726, batctl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-06-22 06:47:14 UTC (rev 180727)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at 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
+}



More information about the arch-commits mailing list