]> git.pld-linux.org Git - packages/freecnc-data.git/commitdiff
- new (NFY)
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 9 Apr 2005 23:17:29 +0000 (23:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freecnc-data.spec -> 1.1

freecnc-data.spec [new file with mode: 0644]

diff --git a/freecnc-data.spec b/freecnc-data.spec
new file mode 100644 (file)
index 0000000..2bf3d8c
--- /dev/null
@@ -0,0 +1,48 @@
+Summary:       Proprietary data files for freecnc
+Summary(pl):   Komercyjne pliki gry dla freecnc
+Name:          freecnc-data
+Version:       0.1
+Release:       0.1
+# not sure
+License:       Commercial
+Group:         X11/Applications/Games
+Source0:       ftp://ftp.westwood.com/pub/cc1/previews/demo/cc1demo1.zip
+# Source0-md5: 7d770d38618e20796fbe642037f08de5
+Source1:       ftp://ftp.westwood.com/pub/cc1/previews/demo/cc1demo2.zip
+# Source1-md5: bbe489d259c4e6d6cadb4a2544b764aa
+Source2:       ftp://ftp.westwood.com/pub/redalert/previews/demo/ra95demo.zip
+# Source2-md5: b44ab9ec1bc634ea755587d1988e3722
+NoSource:      0
+NoSource:      1
+NoSource:      2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FreeCNC will be a free implementation of the Command & Conquer Game
+Engine written in SDL. It will support the original C&C graphics and
+audio, as well as Red Alert's data files.
+
+%description -l pl
+FreeCNC bêdzie wolnodostêpn±, napisan± w SDL implementacj± silnika gry
+Command & Conquer. Bêdzie wspieraæ grafikê i efekty d¼wiêkowe zarówno
+z plików gry Command & Conquer jak i Red Alert.
+
+%prep
+%setup -q -c -a1 -a2
+for i in *.MIX *.AUD; do
+       mv $i `echo $i | tr A-Z a-z`;
+done
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_datadir}/freecnc
+install *.mix *.aud $RPM_BUILD_ROOT%{_datadir}/freecnc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc DEMOMAN.TXT FAQ.TXT README.TXT
+%{_datadir}/freecnc/*
This page took 0.083272 seconds and 4 git commands to generate.