]> git.pld-linux.org Git - packages/LIB.git/blame - LIB.spec
- many small fixes, mostly in URLs and mostly by kloczek
[packages/LIB.git] / LIB.spec
CommitLineData
f1e65cb3
JB
1Summary: LIB - yet another (Polish) roguelike game
2Summary(pl): LIB - jeszcze jeden polski rogalik
845457f3 3Name: LIB
9e5a3e03 4Version: 0.1.67
5Release: 1
845457f3 6Group: Applications/Games
7License: GPL
8Source0: http://download.sourceforge.net/lib/%{name}.%{version}.tar.bz2
e6d72f21 9# Source0-md5: c8e17aaf9c16ccc73f4336a0d170b3ba
9e5a3e03 10Patch0: %{name}-DESTDIR.patch
a1873f2a 11URL: http://lib.sourceforge.net/
f1e65cb3
JB
12BuildRequires: autoconf
13BuildRequires: automake
845457f3 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
f1e65cb3 17LIB is yet another (Polish) roguelike game.
845457f3 18
19%description -l pl
572f627a 20LIB to jeszcze jeden polski rogalik.
845457f3 21
22%prep
9e5a3e03 23%setup -q -n %{name}
24%patch0 -p0
845457f3 25
26%build
715f1d65 27CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
f1e65cb3 28%{__aclocal}
3d765f3e 29%{__autoconf}
30%{__automake}
1eb3c7f7 31%configure2_13
845457f3 32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
f1e65cb3 36install -d $RPM_BUILD_ROOT{%{_prefix}/games,%{_libdir}/games/LIB,%{_datadir}/locale/en/LC_MESSAGES}
845457f3 37
38%{__make} install DESTDIR=$RPM_BUILD_ROOT
f1e65cb3 39install po/en.gmo $RPM_BUILD_ROOT%{_datadir}/locale/en/LC_MESSAGES
845457f3 40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
a1873f2a 46%doc AUTHORS ChangeLog NEWS README TODO
845457f3 47%attr(755,root,root) %{_prefix}/games/LIB
48%dir %{_libdir}/games/LIB
49%{_libdir}/games/LIB/*
bcf3f2c2 50%{_datadir}/locale/en/LC_MESSAGES/*
This page took 0.078579 seconds and 4 git commands to generate.