summaryrefslogtreecommitdiff
path: root/community-staging/lorcon
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/lorcon')
-rw-r--r--community-staging/lorcon/PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/community-staging/lorcon/PKGBUILD b/community-staging/lorcon/PKGBUILD
new file mode 100644
index 000000000..889a42d31
--- /dev/null
+++ b/community-staging/lorcon/PKGBUILD
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 64207 2012-02-10 09:10:01Z ebelanger $
+# Maintainer:
+# Contributor: Brad Fanella <bradfanella@archlinux.us>
+# Contributor: fnord0 [fnord0 <AT> riseup <DOT> net]
+
+pkgname=lorcon-old-svn
+pkgver=224
+pkgrel=2
+pkgdesc="Loss Of Radio CONnectivity: A generic library for injecting 802.11 frames"
+url='http://802.11ninja.net'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libnl1')
+options=('!libtool')
+source=("ftp://ftp.archlinux.org/other/community/lorcon-old/lorcon-old-${pkgver}.tar.bz2")
+md5sums=('7a939cc8ec0d70d1b312b9fe9f0dfaf8')
+
+build() {
+ cd "${srcdir}/lorcon-old-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/lorcon-old-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}