]> git.pld-linux.org Git - packages/asciijump.git/commitdiff
- initial version
authormisto <misto@pld-linux.org>
Fri, 28 Feb 2003 10:48:51 +0000 (10:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asciijump.spec -> 1.1

asciijump.spec [new file with mode: 0644]

diff --git a/asciijump.spec b/asciijump.spec
new file mode 100644 (file)
index 0000000..40f6c09
--- /dev/null
@@ -0,0 +1,43 @@
+# $Id: asciijump.spec,v 1.1 2003-02-28 10:48:51 misto Exp $
+Summary:       (a)sci(i)jump game.
+Name:          asciijump
+Version:       0.0.2
+Vendor:                Grzegorz Moskal <g.moskal@opengroup.org>
+Release:       1
+License:       GPL
+Group:         Applications/Games
+Source0:       %{name}-%{version}.tar.gz
+BuildRequires: conflib-devel
+BuildRequires: slang-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Ski jumping in text mode.
+
+%description -l pl
+Skoki narciarskie w trybie tekstowym.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README-pl
+%attr(755,root,root) %{_bindir}/asciijump
+%{_datadir}/asciijump
+%{_applnkdir}/Games/Arcade/asciijump.desktop
+%{_pixmapsdir}/asciijump.png
This page took 0.065988 seconds and 4 git commands to generate.