]> git.pld-linux.org Git - packages/abridge.git/blob - abridge.spec
- reverted last commit
[packages/abridge.git] / abridge.spec
1 Summary:        Online bridge game      
2 Summary(pl):    Gra w bryd¿a online
3 Name:           abridge
4 Version:        0.4.0
5 Release:        2
6 License:        GPL v2
7 Group:          X11/Applications/Games
8 Source0:        http://www.abridgegame.org/src/%{name}-%{version}.tar.gz
9 # Source0-md5:  f02c5d4f726ca847e9aba39706bb67e9
10 URL:            http://www.abridgegame.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  wxGTK2-devel
14 BuildRequires:  wxWindows-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 aBridge is a bridge game that allows you to play bridge online
19 with other real people.  It uses the IRC protocol for chat, so you
20 can use it to play bridge on any IRC server.
21
22 %description -l pl
23 aBridge jest programem pozwalaj±cym na grê w bryd¿a z innymi lud¼mi
24 online. U¿ywa protoko³u IRC do rozmów, wiêc mo¿na u¿yæ go do gry w
25 bryd¿a na dowolnym serwerze IRC.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 %configure \
36         --with-wx-config=/usr/bin/wxgtk2-2.4-config
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog NEWS README TODO
51 %attr(755,root,root) %{_bindir}/*
52 %{_mandir}/man1/%{name}.1*
This page took 0.057162 seconds and 3 git commands to generate.