📄 busybox.spec
字号:
%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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -