netctl: needs dialog for wifi-menu.

This commit is contained in:
Juan RP 2013-06-03 09:26:41 +02:00
parent b6f0683e51
commit 83ffddf563

View file

@ -1,14 +1,14 @@
# Template file for 'netctl'
pkgname=netctl
version=1.1
revision=1
revision=2
short_desc="Profile based systemd network management"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
homepage="http://projects.archlinux.org/netctl.git/"
license="GPL"
distfiles="ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=54a4891250f53190758b4c67ca397b963e1b7cc460e85cbe6677d541f1b8894d
makedepends="pkg-config iproute2 openresolv dhcpcd wpa_supplicant systemd-devel"
makedepends="pkg-config iproute2 openresolv dhcpcd wpa_supplicant dialog systemd-devel"
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
@ -17,7 +17,7 @@ do_install() {
}
netctl_package() {
depends="iproute2 openresolv dhcpcd wpa_supplicant systemd"
depends="iproute2 openresolv dhcpcd wpa_supplicant dialog systemd"
noarch="yes"
make_dirs="
/etc/netctl/interfaces 0750 root root