]> git.pld-linux.org Git - packages/circuslinux.git/blobdiff - circuslinux.spec
- added desktop file and icon
[packages/circuslinux.git] / circuslinux.spec
index 09a5a3304a6411948e159edebf645f59ecfd54eb..802a7e90e23c61657958d1ee07da0c1bdf8bf4c5 100644 (file)
@@ -6,6 +6,8 @@ Release:        1
 License:       GPL
 Group:         X11/Applications/Games
 Source0:       ftp://ftp.sonic.net/pub/users/nbs/unix/x/circus-linux/%{name}-%{version}.tar.gz
+Source1:       %{name}-desktop.patch
+Source2:       %{name}.png
 Patch0:                %{name}-makefile.patch
 Patch1:                %{name}-version.patch
 URL:           http://www.newbreedsoftware.com/circus-linux/
@@ -53,9 +55,11 @@ aclocal
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_applnkdir}/Games/Arcade,%{_pixmapsdir}}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/Arcade
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.076834 seconds and 4 git commands to generate.