summaryrefslogtreecommitdiff
path: root/social
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-10-13 13:06:26 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-10-13 13:06:26 -0300
commitb4e1c1619e62951de8c1259c51b4dd24fb887c32 (patch)
treefb1d48d46af358e6d10bcd84f1150a8743a68027 /social
parent52d5230d2ac7d6d895458f208926c6dc0288125b (diff)
social/batctl-2011.3.0-1
Diffstat (limited to 'social')
-rw-r--r--social/batctl/PKGBUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/social/batctl/PKGBUILD b/social/batctl/PKGBUILD
new file mode 100644
index 000000000..b37c0f666
--- /dev/null
+++ b/social/batctl/PKGBUILD
@@ -0,0 +1,24 @@
+# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
+# Maintainer: Thomas Weißschuh <thomas_weissschuh@lavabit.com>
+pkgname=batctl
+pkgver=2011.3.0
+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=('glibc')
+source=("http://downloads.open-mesh.net/batman/releases/batman-adv-${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('a90abd309acda0199c0d7cb63e8a0d4408688a34')
+
+build(){
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make
+}
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} PREFIX=/usr install
+
+}
+
+# vim:set ts=2 sw=2 et: