summaryrefslogtreecommitdiff
path: root/social/batctl
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-27 05:07:26 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-27 05:07:26 -0300
commit0ff008e3c9dcc5ef088f481dfff3dcd121575598 (patch)
treed6f6cf5d6939e1f030a48d3711d3606570afd08f /social/batctl
parented9d1c12bbfcf9cb8b3d53e886edb679df372640 (diff)
move some packages from [social] to [pcr] and remove unused [social]
Diffstat (limited to 'social/batctl')
-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 002132fb0..000000000
--- a/social/batctl/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Contributor (Arch): Nathan Owe <ndowens.aur at gmail dot com>
-# Maintainer (Arch): 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')