blob: a29c6db6045c24624a66e73eb8a6678a4599f13e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
pkgbase = buildroot-meta
pkgdesc = dependency requirements for buildroot
pkgver = 2023.11
pkgrel = 1
url = https://buildroot.org/downloads/manual/manual.html#requirement
arch = any
license = GPL
depends = which
depends = sed
depends = make>=3.81
depends = binutils
depends = diffutils
depends = gcc>=4.8
depends = bash
depends = patch
depends = gzip
depends = bzip2
depends = perl>=5.8.7
depends = tar
depends = cpio
depends = unzip
depends = rsync
depends = file
depends = bc
depends = findutils
depends = wget
optdepends = python2>=2.7
optdepends = python
optdepends = ncurses: to use the menuconfig interface
optdepends = qt5-base: to use the xconfig interface
optdepends = glib2: to use the gconfig interface
optdepends = gtk2: to use the gconfig interface
optdepends = libglade: to use the gconfig interface
optdepends = breezy: bazaar
optdepends = cvs
optdepends = git
optdepends = mercurial
optdepends = rsync
optdepends = openssh: scp and sftp
optdepends = subversion
optdepends = java-environment-common: javac and jar
optdepends = asciidoc>=8.6.3
optdepends = w3m
optdepends = dblatex: pdf manual
optdepends = graphviz: graph-depends & <pkg>-graph-depends
optdepends = python-matplotlib: graph-build
pkgname = buildroot-meta
|