summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5eb94ddecd6156f5c15c02dc13aab1b7d7612773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: graysky <therealgraysky AT protonmail DOT com>
# Contributor: Kevin Schmidt <kevin.patrick.schmidt@googlemail.com>

pkgname=openwrt-devel
pkgver=1.4
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=(
  bash bzip2 git libelf libxslt ncurses openssl rsync swig time unzip util-linux
  wget which zlib
)
optdepends=(
  asciidoc
  help2man
  intltool
  perl-extutils-makemaker
  'python-setuptools: compiling u-boot'
)