summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b0c86748206b01916f7bf44b4ddd558f699e480f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: graysky <therealgraysky AT protonmail DOT com>
# Contributor: Kevin Schmidt <kevin.patrick.schmidt@googlemail.com>
pkgname=openwrt-devel
pkgver=0.9
pkgrel=1
pkgdesc='Metapackage to pull all dependencies required to build OpenWrt'
arch=('x86_64')
url='https://openwrt.org/docs/guide-developer/build-system/install-buildsystem'
license=('GPL')
depends=(
  autoconf automake bash binutils bison bzip2 fakeroot file findutils flex gawk
  gcc gettext git grep groff gzip libelf libtool libxslt m4 make ncurses
  openssl patch pkgconf python-setuptools rsync sed swig texinfo time unzip
  util-linux wget which zlib
)
optdepends=(asciidoc help2man intltool perl-extutils-makemaker swig)