]> git.pld-linux.org Git - packages/d2x-xl.git/blame - d2x-xl.spec
- initial spec for Descent 2 port
[packages/d2x-xl.git] / d2x-xl.spec
CommitLineData
76ee90d6
TP
1Summary: -
2Summary(pl): -
3Name: d2x-xl
4Version: 1.5.112
5Release: 0.1
6License: GPLv2
7Group: X11/Applications/Games
8Source0: http://www.descent2.de/resources/%{name}-src-%{version}.tgz
9# Source0-md5: 8eefcfc57bcf27ff5fb91a3da750a87a
10URL: http://www.descent2.de/
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: SDL-devel
14BuildRequires: SDL_mixer-devel
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18
19%description -l pl
20
21%prep
22%setup -q -n src
23
24%build
25rm -f missing
26%{__aclocal}
27%{__autoconf}
28%{__autoheader}
29%{__automake}
30%configure
31%{__make}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
36
37%{__make} install \
38 DESTDIR=$RPM_BUILD_ROOT
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%attr(755,root,root) %{_bindir}/*
This page took 0.06391 seconds and 4 git commands to generate.