blob: 478d2c8cabeb4c554885a3ba5fe962cb2dd5386d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Maintainer: graysky <therealgraysky AT protonmail DOT com>
# Contributor: Kevin Schmidt <kevin.patrick.schmidt@googlemail.com>
pkgname=openwrt-devel
pkgver=1.6
pkgrel=1
pkgdesc='Metapackage to pull dependencies required to build OpenWrt'
arch=(any)
url='https://openwrt.org/docs/guide-developer/build-system/install-buildsystem'
license=(GPL-2.0-only)
depends=(
gzip bash bzip2 git libelf libxslt ncurses openssl rsync swig time unzip util-linux
wget which zlib
)
optdepends=(
asciidoc
help2man
intltool
perl-extutils-makemaker
'python-pkg_resources: compiling u-boot'
'python-setuptools: compiling u-boot'
)
|