]> git.pld-linux.org Git - packages/apricots.git/blame - apricots.spec
- tabs in preamble
[packages/apricots.git] / apricots.spec
CommitLineData
a4af080f 1Summary: Game where you fly a little plane around the screen and shoot things and drop bombs
73a961f1 2Summary(pl.UTF-8): Gra, polegająca na lataniu samolotem, strzelaniu do różnych rzeczy i zrzucaniu bomb
a4af080f 3Name: apricots
4Version: 0.2.6
baf42981 5Release: 2
a4af080f 6License: GPL
7Group: X11/Applications/Games
8Source0: http://www.fishies.org.uk/%{name}-%{version}.tar.gz
9# Source0-md5: 910828d717e46d8cbd9c24f702d09fbc
10Patch0: %{name}-destdir.patch
baf42981 11Patch1: %{name}-alut.patch
a4af080f 12URL: http://www.fishies.org.uk/apricots.html
a4af080f 13BuildRequires: SDL-devel
7ebb87d0 14BuildRequires: autoconf
15BuildRequires: automake
baf42981 16BuildRequires: freealut-devel
c135a7e1 17BuildRequires: libstdc++-devel
a4af080f 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Game where you fly a little plane around the screen and shoot things
22and drop bombs.
23
be902c77
JR
24%description -l pl.UTF-8
25Gra, polegająca na lataniu samolotem, strzelaniu do różnych rzeczy
a4af080f 26i zrzucaniu bomb.
27
28%prep
29%setup -q
30%patch0 -p1
baf42981 31%patch1 -p1
a4af080f 32
33%build
7ebb87d0 34cp /usr/share/automake/config.sub admin
a4af080f 35%{__aclocal}
36%{__autoconf}
37%{__automake}
38%configure
baf42981 39%{__make} \
40 LDFLAGS="-lalut"
a4af080f 41
42%install
43rm -rf $RPM_BUILD_ROOT
44
7ebb87d0 45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
a4af080f 47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
53%doc AUTHORS ChangeLog README TODO apricots.html
54%attr(755,root,root) %{_bindir}/*
55%{_datadir}/%{name}
This page took 0.087849 seconds and 4 git commands to generate.