?? 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 + -