summaryrefslogtreecommitdiff
path: root/social/batctl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'social/batctl/PKGBUILD')
-rw-r--r--social/batctl/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/social/batctl/PKGBUILD b/social/batctl/PKGBUILD
deleted file mode 100644
index 33df8ca41..000000000
--- a/social/batctl/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
-# Maintainer: Thomas Weißschuh <thomas_weissschuh@lavabit.com>
-pkgname=batctl
-pkgver=2012.3.0
-pkgrel=1
-pkgdesc="B.A.T.M.A.N. advanced control and management tool"
-arch=('i686' 'x86_64' 'mips64el')
-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"{,.asc})
-
-build(){
- cd ${srcdir}/${pkgname}-${pkgver}
- make
-}
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} PREFIX=/usr install
-
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('fe9e6a3994539037b48afc5e3d31628c'
- 'fdc6433ebc7fe59ce9eaec56dd843eb9')