21 lines
619 B
Bash
21 lines
619 B
Bash
# Template file for 'wpa_actiond'
|
|
pkgname=wpa_actiond
|
|
version=1.4
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends=""
|
|
makedepends=""
|
|
depends="wpa_supplicant"
|
|
short_desc="Daemon that connects to wpa_supplicant and handles connect and disconnect events"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="GPL-2"
|
|
homepage="http://projects.archlinux.org/wpa_actiond.git/"
|
|
distfiles="https://sources.archlinux.org/other/wpa_actiond/${pkgname}-${version}.tar.xz"
|
|
checksum=e0e65e7c52a32796a0ff855ab18aa0b237d6b9afc87d4008c0380735abcb1a54
|
|
|
|
do_install() {
|
|
vbin wpa_actiond
|
|
vbin ${FILESDIR}/wpa_log
|
|
vsv wpa_actiond
|
|
}
|