]> git.pld-linux.org Git - packages/d2x-xl.git/commitdiff
- initial spec for Descent 2 port
authorTomasz Pala <gotar@pld-linux.org>
Fri, 10 Feb 2006 00:59:15 +0000 (00:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    d2x-xl.spec -> 1.1

d2x-xl.spec [new file with mode: 0644]

diff --git a/d2x-xl.spec b/d2x-xl.spec
new file mode 100644 (file)
index 0000000..7320e7d
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       -
+Summary(pl):   -
+Name:          d2x-xl
+Version:       1.5.112
+Release:       0.1
+License:       GPLv2
+Group:         X11/Applications/Games
+Source0:       http://www.descent2.de/resources/%{name}-src-%{version}.tgz
+# Source0-md5: 8eefcfc57bcf27ff5fb91a3da750a87a
+URL:           http://www.descent2.de/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: SDL-devel
+BuildRequires: SDL_mixer-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl
+
+%prep
+%setup -q -n src
+
+%build
+rm -f missing
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
This page took 0.064434 seconds and 4 git commands to generate.