]> git.pld-linux.org Git - packages/apricots.git/commitdiff
*** empty log message ***
authorwolf <wolf@pld-linux.org>
Thu, 2 Dec 2004 13:55:16 +0000 (13:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apricots.spec -> 1.1

apricots.spec [new file with mode: 0644]

diff --git a/apricots.spec b/apricots.spec
new file mode 100644 (file)
index 0000000..4e56b29
--- /dev/null
@@ -0,0 +1,50 @@
+Summary:       Game where you fly a little plane around the screen and shoot things and drop bombs
+Summary(pl):   Gra, polegaj±ca na lataniu samolotem, strzelaniu do ró¿nych rzeczy i zrzucaniu bomb
+Name:          apricots
+Version:       0.2.6
+Release:       1
+License:       GPL
+Group:         X11/Applications/Games
+Source0:       http://www.fishies.org.uk/%{name}-%{version}.tar.gz
+# Source0-md5: 910828d717e46d8cbd9c24f702d09fbc
+Patch0:                %{name}-destdir.patch
+URL:           http://www.fishies.org.uk/apricots.html
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: OpenAL-devel
+BuildRequires: SDL-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Game where you fly a little plane around the screen and shoot things
+and drop bombs.
+
+%description -l pl
+Gra, polegaj±ca na lataniu samolotem, strzelaniu do ró¿nych rzeczy
+i zrzucaniu bomb.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+cp %{_datadir}/automake/config.sub admin
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO apricots.html
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.076766 seconds and 4 git commands to generate.