⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cdk-nios-base.spec

📁 nios-linux交叉编译器,可以在linux环境下建立nios的交叉编译环境.
💻 SPEC
字号:
%define	summary	CDK4NIOS -- Basics%define	copy	GPL%define	name	cdk-nios-base%define	version	0.3%define	release	20031111Summary:	%{summary}Name:		%{name}Version:	%{version}Release:	%{release}Copyright:	%{copy}Distribution:	LiPronixVendor:		Li-Pro.NetPackager:	Stephan Linz <linz@li-pro.net>URL:		http://cdk4nios.sourceforge.netGroup:		Development/CDK4NIOSIcon:		cdk4nios.xpmExclusiveOS:	linux#Requires:	??? >= ???#Conflicts:	??? <= ???Prefix:		/opt/cdk4niosBuildRoot:	/tmp/%{name}-buildrootSource0:	http://prdownloads.sourceforge.net/cdk4nios/cdk4nios-%{version}.tar.gz%descriptionCDK4NIOS stands for Cross Development Kit for Alteras soft core processor NIOSand should you support with a comprehensive Assembler and C/C++ developmentenvironment for even this processor familie under Linux. It will present onlyfree of fee tools, so you can use it without risks. Further you will findsome useful OS projects and related sample code all arround NIOS inside ofthe example packages.Til now there are the following packages available:   * Base System (you need it):      * cdk-nios-base   * Assembler, Disassembler, Object File Operator:      * cdk-nios-binutils      * cdk-nios-binutils-doc       (planed)   * Compiler, Interpreter:      * cdk-nios-gcc      * cdk-nios-gcc-colorgcc       (planed)      * cdk-nios-gcc-doc            (planed)      * cdk-nios-gcc-c++      * cdk-nios-gcc-c++-colorgcc   (planed)      * cdk-nios-gcc-c++-doc        (planed)   * Debugger      * cdk-nios-gdb      * cdk-nios-gdb-doc            (planed)   * Libraries      * cdk-nios-libgloss      * cdk-nios-newlib      * cdk-nios-libstdc++   * NIOS related tools:      * cdk-nios-related-tools      * cdk-nios-tools              (can't distribute free)      * cdk-nios-doc-*              (can't distribute free)      * cdk-nios-examples           (can't distribute free)      * cdk-nios-example-u-bootBasics is needed every time you will use any CDK4NIOS package.%prep%setup -q -n cdk4nios-%{version}%buildCFLAGS="${RPM_OPT_FLAGS}" CXXFLAGS="${RPM_OPT_FLAGS}"./configure --prefix=%{prefix}make all%installrm -rf $RPM_BUILD_ROOTmake prefix=$RPM_BUILD_ROOT%{prefix} installchmod +x $RPM_BUILD_ROOT%{prefix}/etc/*sh%cleanrm -rf $RPM_BUILD_ROOT%post#!/bin/sh[ -d /etc/profile.d ] || mkdir -p /etc/profile.dln -sf $RPM_INSTALL_PREFIX/etc/cdk4nios.csh /etc/profile.d/cdk4nios.cshln -sf $RPM_INSTALL_PREFIX/etc/cdk4nios.sh /etc/profile.d/cdk4nios.sh%preun#!/bin/shif [ $1 -eq 0 ]; then  rm -f /etc/profile.d/cdk4nios.csh  rm -f /etc/profile.d/cdk4nios.shfi### FIXME: erase /etc/profile.d if empty#%files%defattr(-,root,root)%dir %{prefix}%{prefix}/etc%{prefix}/share%doc %{prefix}/man%changelog* Tue Nov 11 2003 Stephan Linz <linz@li-pro.net>- fix "Bad : modifier in $ ($)." problem in csh script- fix missed symbolic links of shell scripts after rpm update* Mon May 12 2003 Stephan Linz <linz@li-pro.net>- upgrade to latest version 0.2- refresh description- change log correction: fix wrong date of initial version* Sat May 10 2003 Stephan Linz <linz@li-pro.net>- automatic rebuild- initial version

⌨️ 快捷键说明

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