ethernut.spec.in

来自「含有完整TCP/IP PPP协议的嵌入式操作系统」· IN 代码 · 共 56 行

IN
56
字号
#### $Id: ethernut.spec.in,v 1.1 2005/04/28 15:08:35 haraldkipp Exp $### No debuginfo rpm%define debug_package %{nil}Summary: Tiny RTOS and TCP/IP stack for embedded systemsName: ethernutVersion: @PACKAGE_VERSION@Release: 1Copyright: BSDGroup: Development/ToolsURL: http://www.ethernut.de/Source: http://www.ethernut.de/arc/ethernut-%{version}.tar.bz2BuildRoot: /var/tmp/%{name}-buildroot%descriptionNut/OS is an intentionally simple RTOS for tiny embeddedsystems. It includes Nut/Net, the TCP/IP stack.%prep%setup -q%build./configure --prefix=%{_prefix}make%installrm -rf ${RPM_BUILD_ROOT}mkdir -p ${RPM_BUILD_ROOT}/opt/ethernut/nutcp -rf * ${RPM_BUILD_ROOT}/opt/ethernut/nut/make prefix=${RPM_BUILD_ROOT}%{_prefix} install%cleanrm -rf ${RPM_BUILD_ROOT}%files%defattr(-,root,root)%doc AUTHORS ChangeLog COPYING INSTALL NEWS README%{_prefix}/*/opt/ethernut/nut/*%post echo "###############################################################"echo "#  Nut/OS has been installed.                                 #"echo "#                                                             #"echo "#  Change to /opt/ethernut/ and run nutconf or nutconfigure.  #"echo "###############################################################"%changelog* Wed Apr 28 2005 Harald Kipp <harald@egnite.de>- Initial release

⌨️ 快捷键说明

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