mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-16 05:11:59 +01:00
28 lines
473 B
Plaintext
28 lines
473 B
Plaintext
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=network-extras
|
|
pkgver=1.0
|
|
pkgrel=0
|
|
pkgdesc="Meta package to pull in vlan, bonding, bridge and wifi support"
|
|
url="http://alpinelinux.org"
|
|
arch="noarch"
|
|
license="GPL"
|
|
depends="bridge bonding vlan wpa_supplicant wireless-tools"
|
|
makedepends=""
|
|
install=""
|
|
subpackages=""
|
|
source=""
|
|
|
|
prepare() {
|
|
return 0
|
|
}
|
|
|
|
build() {
|
|
return 0
|
|
}
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|
|
|