]> git.pld-linux.org Git - packages/busybox.git/blame - busybox.spec
- made it smaller and more busybox like
[packages/busybox.git] / busybox.spec
CommitLineData
d635bde0 1
4a69c6c5
MM
2# alternative busybox config file (replaces default one) you should
3# define cfgfile macro, i.e.
d635bde0 4#
5# rpm --rebuild busybox.*.src.rpm --with altconfig --define "cfgfile bb-emb-config.h"
4a69c6c5
MM
6%bcond_with altconfig
7
8%bcond_with linkfl # creates links to busybox binary and puts them into file list
9
d635bde0 10# Options below are useful, when you want fileutils and grep providing.
11# For example, ash package requires fileutils and grep.
4a69c6c5
MM
12%bcond_with fileutl_prov # adds fileutils providing
13%bcond_with grep_prov # adds grep providing
14
d635bde0 15# Option below is useful, when busybox is built with shell support.
4a69c6c5
MM
16%bcond_with sh_prov # adds /bin/sh providing
17
d635bde0 18# WARNING! Shell, filetuils and grep providing may depend on config file!
19# Fileutils, grep and shell provided with busybox have not such
20# functionality as their GNU countenders.
4a69c6c5
MM
21
22%bcond_without static # don't build static version
52db7bd4 23%bcond_without initrd # don't build initrd version
d635bde0 24
27ca3ce9
AM
25%bcond_with dietlibc
26
4f8fe04f 27%define pre pre2
ee61dafa 28Summary: Set of common unix utils for embeded systems
b7f899e9 29