[arch-commits] Commit in (4 files)

Thomas Bächler thomas at archlinux.org
Sun Sep 27 13:53:28 UTC 2009


    Date: Sunday, September 27, 2009 @ 09:53:28
  Author: thomas
Revision: 53251

Initial commit of wpa_actiond. This will be (opt)depend on the upcoming netcfg version.

Added:
  wpa_actiond/
  wpa_actiond/repos/
  wpa_actiond/trunk/
  wpa_actiond/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Added: wpa_actiond/trunk/PKGBUILD
===================================================================
--- wpa_actiond/trunk/PKGBUILD	                        (rev 0)
+++ wpa_actiond/trunk/PKGBUILD	2009-09-27 13:53:28 UTC (rev 53251)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+pkgname=wpa_actiond
+pkgver=1.0
+pkgrel=1
+pkgdesc="Daemon that connects to wpa_supplicant and handles connect and disconnect events"
+arch=('i686' 'x86_64')
+url="http://projects.archlinux.org/?p=wpa_actiond.git;a=summary"
+license=('GPL')
+depends=('glibc' 'wpa_supplicant')
+source=(ftp://ftp.archlinux.org/other/wpa_actiond/$pkgname-$pkgver.tar.xz)
+sha256sums=('f0fd1bb64b938c60e8656730446e46658b1907acd2f637f7ca2d5b19c3f68107')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make CFLAGS="$CFLAGS" || return 1
+  install -D -m755 wpa_actiond "$pkgdir/usr/sbin/wpa_actiond"
+}
+# vim:set ts=2 sw=2 et:


Property changes on: wpa_actiond/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list