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

📄 quake-data.spec.sh

📁 quake1 dos源代码最新版本
💻 SH
字号:
#!/bin/sh# Generate quake-data.spec# $1 is version# $2 is release# $3 is install dir (assumed to be in /var/tmp)cat <<EOF%define name quake-data%define version ${1}%define release ${2}%define builddir \$RPM_BUILD_DIR/%{name}-%{version}Name:		%{name}Version:	%{version}Release:	%{release}Vendor:		id SoftwarePackager:	Dave "Zoid" Kirsch <zoid@idsoftware.com>URL:		http://www.idsoftware.com/Source:		quake-data-%{version}.tar.gzBuildArchitectures: noarchGroup:		GamesCopyright:	RestrictedIcon:		quake.gifBuildRoot:	/var/tmp/%{name}-%{version}Summary:	Quake for Linux%description"Quake is the biggest, baddest, and bloodiest 3-D action game ever conceived" - PC GAMER"The most important PC game ever" - PC ZONE""Quake": Bloody Amazing" - USA TODAY"The Vanguard of a terrifying new level of immersive interactivity" - COMPUTER GAMING WORLDFrom the creators of DOOM and DOOM II comes the most intense, technologicallyadvanced 3-D experience ever captured on CD ROM.  Features free and fluidmotion, ambient sound and lighting, and unmatched multiplayer capabilities(play with up to 15 others).This package contians the Quake data files needed to play the game.%install%files%attr(644,root,root) $3/comexp.txt%attr(644,root,root) $3/help.txt%attr(644,root,root) $3/licinfo.txt%attr(644,root,root) $3/manual.txt%attr(644,root,root) $3/readme.txt%attr(644,root,root) $3/rlicnse.txt%attr(644,root,root) $3/techinfo.txt%attr(644,root,root) $3/id1/pak0.pak%attr(644,root,root) $3/id1/pak1.pak%post/sbin/ldconfigEOF

⌨️ 快捷键说明

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