]> git.pld-linux.org Git - packages/54321.git/commitdiff
- Initial release, not yet completed
authorzytek <zytek@pld-linux.org>
Sat, 11 May 2002 12:04:16 +0000 (12:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- I'm learning on it so please don't touch it

Changed files:
    54321.spec -> 1.1

54321.spec [new file with mode: 0644]

diff --git a/54321.spec b/54321.spec
new file mode 100644 (file)
index 0000000..66c4da6
--- /dev/null
@@ -0,0 +1,55 @@
+Summary:       - Preety 3D puzzles for one player.
+Summary(pl):   - £adne trójwymiarowe puzzle dla jednego gracza.
+Name:          - 54321
+Version:       -
+Release:       -
+License:       - (enter GPL/LGPL/BSD/BSD-like/other license name here)
+Group:         -
+Icon:          -
+Source0:       %{name}-%{version}.tar.gz
+URL:           - http://www.nklein.com/products/54321/
+BuildRequires: - SDL-devel
+BuildRequires:  - SDL_image-devel
+Requires:      - SDL >= 1.2.4
+Requires:       - SDL_image
+Requires:       - libpng
+Requires:      - zlib
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+54321 is five games in four-, three-, or two-dimensions for one player. 
+54321 takes five classic two-dimensional puzzle games and extends 
+them into three and four dimensions. 
+For more information, see the help within the game.
+
+%description -l pl
+
+%prep
+%setup -q 
+%patch0 -p1
+
+%build
+%configure2_13
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf README ChangeLog
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+%files subpackage
+%defattr(644,root,root,755)
+%doc extras/*.gz
+%{_datadir}/%{name}-ext
This page took 0.078307 seconds and 4 git commands to generate.