busybox.spec

来自「手机嵌入式Linux下可用的busybox源码」· SPEC 代码 · 共 45 行

SPEC
45
字号
%define name	busybox%define epoch   0%define version	0.60.3%define release	%(date -I | sed -e 's/-/_/g')%define serial  1Name:	 %{name}#Epoch:   %{epoch}Version: %{version}Release: %{release}Serial:	 %{serial}Copyright: GPLGroup: System/UtilitiesSummary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.URL:	 http://busybox.net/Source:	 ftp://busybox.net/busybox/%{name}-%{version}.tar.gzBuildroot: /var/tmp/%{name}-%{version}Packager : Erik Andersen <andersen@codepoet.org>%DescriptionBusyBox combines tiny versions of many common UNIX utilities into a singlesmall executable. It provides minimalist replacements for most of the utilitiesyou usually find in fileutils, shellutils, findutils, textutils, grep, gzip,tar, etc.  BusyBox provides a fairly complete POSIX environment for any smallor emdedded system.  The utilities in BusyBox generally have fewer options thentheir full featured GNU cousins; however, the options that are provided behavevery much like their GNU counterparts.%Prep%setup -q -n %{name}-%{version}%Buildmake%Installrm -rf $RPM_BUILD_ROOTmake PREFIX=$RPM_BUILD_ROOT install%Cleanrm -rf $RPM_BUILD_ROOT%Files %defattr(-,root,root)/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?