]> git.pld-linux.org Git - packages/freenukum.git/blame - freenukum.spec
- new
[packages/freenukum.git] / freenukum.spec
CommitLineData
eb4780a9
AG
1Summary: clone of duke nukem
2Summary(pl.UTF-8): klon gry duke nukem
3Name: freenukum
4Version: 0.2.10
5Release: 1
6License: GPL v3
7Group: X11/Applications/Games
8Source0: http://launchpad.net/freenukum/trunk/0.2/+download/%{name}-%{version}.tar.gz
9# Source0-md5: 21c6d87944518ba88060988bbf78113e
10Patch0: %{name}-as-needed.patch
11Patch1: %{name}-no-wall-werror.patch
12URL: https://launchpad.net/freenukum/
13BuildRequires: ImageMagick-coder-png
14BuildRequires: ImageMagick-coder-svg
15BuildRequires: SDL-devel
16BuildRequires: SDL_ttf-devel
17BuildRequires: autoconf
18BuildRequires: automake
19BuildRequires: curl-devel
20BuildRequires: glib2-devel
21BuildRequires: libtool
22BuildRequires: libzip-devel
23BuildRequires: pkgconfig >= 0.9
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27The Freenukum Jump'n Run game is a clone of the old EGA graphics based
282D game Duke Nukem. It uses the original Duke Nukem level and graphics
29files.
30
31%description -l pl.UTF-8
32Gra typu Jump'n Run Freenukem to klon gry z ery kart graficznych EGA.
33Wykorzystywane są oryginalne pliki z poziomami i grafikami.
34
35%prep
36%setup -q
37%patch0 -p1
38%patch1 -p1
39
40%build
41%{__libtoolize}
42%{__aclocal} -I m4
43%{__autoconf}
44%{__autoheader}
45%{__automake}
46%configure
47
48%{__make}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52
53%{__make} install \
54 DESTDIR=$RPM_BUILD_ROOT
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
61%doc AUTHORS README
62%attr(755,root,root) %{_bindir}/*
63%{_mandir}/man6/freenukum.6*
64%{_desktopdir}/freenukum.desktop
65%{_iconsdir}/*/*/*/*
This page took 4.158753 seconds and 4 git commands to generate.