]> git.pld-linux.org Git - packages/gav.git/commitdiff
- new
authorgrzegol <grzegol@pld-linux.org>
Wed, 20 Aug 2003 14:21:35 +0000 (14:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gav.spec -> 1.1

gav.spec [new file with mode: 0644]

diff --git a/gav.spec b/gav.spec
new file mode 100644 (file)
index 0000000..cba4618
--- /dev/null
+++ b/gav.spec
@@ -0,0 +1,50 @@
+Summary:       GPL Arcade Volleyball
+Summary(pl):   Gra zrêczno¶ciowa w siatkówkê
+Name:          gav
+Version:       0.7.3
+Release:       1
+License:       GPL
+Group:         X11/Applications/Games
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: 938c8cd9e7eef6842f931620377fe6b4
+Patch0:                %{name}-desktop.patch
+URL:           http://gav.sourceforge.net/
+Buildrequires: SDL-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GAV stands for GPL Arcade Volleyball, and is a remake of the old dos
+game Arcade Volleyball.
+
+%description -l pl
+GAV oznacza GPL Arcade Volleyball i jest "od¶wie¿on±" wersj± starej
+dosowej gry Arcade Voleyball.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+./build_linux.sh
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir},%{_pixmapsdir}}
+
+%{__make} install \
+       ROOT=$RPM_BUILD_ROOT
+
+install package/%{name}.desktop $RPM_BUILD_ROOT%{_desktopdir}
+install package/%{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/games/%{name}
+%{_desktopdir}/*
+%{_pixmapsdir}/*
This page took 0.435097 seconds and 4 git commands to generate.