mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-28 00:51:44 +02:00
18 lines
507 B
Plaintext
18 lines
507 B
Plaintext
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=network-extras
|
|
pkgver=2.0
|
|
pkgrel=0
|
|
pkgdesc="Meta package to pull in ppp, vlan, bonding, bridge and wifi support"
|
|
url="https://alpinelinux.org/"
|
|
arch="noarch"
|
|
license="GPL-2.0-only"
|
|
depends="bridge bonding vlan wpa_supplicant iw ppp-atm ppp-chat
|
|
ppp-daemon ppp-l2tp ppp-minconn ppp-passprompt ppp-passwordfd ppp-pppoe
|
|
ppp-radius ppp-winbind usb-modeswitch"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|
|
|