aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wpa_actiond/APKBUILD
blob: c92874f74edb7a33029d55c2d96d8f0bf35828e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Contributor: Marian <marian.buschsieweke@ovgu.de>
# Maintainer: Marian <marian.buschsieweke@ovgu.de>
pkgname=wpa_actiond
pkgver=1.4
pkgrel=2
pkgdesc="Daemon that connects to wpa_supplicant and handles connect and disconnect events"
url="https://git.archlinux.org/wpa_actiond.git/"
arch="all"
license="GPL2"
depends=""
makedepends=""
subpackages=""
source="https://git.archlinux.org/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz
        no_trampoline.patch
        wpa_actiond.confd
        wpa_actiond.initd"
options="!check"
builddir="$srcdir"/$pkgname-$pkgver

build() {
	cd "$builddir"
	make
}

package() {
	cd "$builddir"
	install -Dm755 wpa_actiond "$pkgdir"/usr/sbin/wpa_actiond
	install -Dm755 ../wpa_actiond.initd "$pkgdir"/etc/init.d/wpa_actiond
	install -Dm755 ../wpa_actiond.confd "$pkgdir"/etc/conf.d/wpa_actiond
}

sha512sums="1ac38cdb6ce534cb14cfada4def31c17feff61408868ffd63cd1a516cdbade992719b575a96f5ab4046a1d451bfae526ccdf8eb68cfc7bdc022df3506ae07296  wpa_actiond-1.4.tar.xz
ebd49ffe1a83e08cd51d99677ce8c3f84ecdd4f3ec4a2c81a336bd87af56db0d36534003f9d7c3b34de129a3a4ef4ee4e9683f2a54729af86c946206c11cd20d  no_trampoline.patch
104ffd6e04d8f69fb238428256e2bc4a8e6acd5e333fc411a72b5ae2d82f4efff6e8d4e08a282ca1a8c2ffe0b2a7fd8cd3ac222e19d6c177c721b957ef4fa5e9  wpa_actiond.confd
8e902f2bd6bad2983e1048d18a150176b65608bd74971a72fe66cd03dba3f80893240294ffac83820fc5c46e5cb10c9267d53f60c4d2d55f7a3e45005e12fbbe  wpa_actiond.initd"