]> git.pld-linux.org Git - packages/gbeermatic.git/blob - gbeermatic.spec
a2f5ec390147006aa72d9b1bf321799a25364fa3
[packages/gbeermatic.git] / gbeermatic.spec
1 Summary:        Stupid games to help you get drunk in style
2 Summary(pl):    G³upie gierki pomagaj±ce upiæ siê w stylu
3 Name:           gbeermatic
4 Version:        0.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://earthworm.no-ip.com/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  20b14c49e83c9f845a1ce9c618958668
10 Patch0:         %{name}-desktop.patch
11 URL:            http://earthworm.no-ip.com/gbeermatic/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel >= 0.10.40
15 BuildRequires:  libglade2-devel >= 2.0.1
16 BuildRequires:  libgnomeui-devel >= 2.4.0
17 BuildRequires:  libtool
18 BuildRequires:  pkgconfig
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 gBeermatic is a GTK+2 based drinking game program. It features film
23 questions, games, and other stupid stuff.
24
25 %description -l pl
26 gBeermatic jest gr± bazuj±c± na GTK+2, zawieraj±c± pytania o filmach,
27 gierki i inne g³upie rzeczy.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 %{__gettextize}
35 %{__libtoolize}
36 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 # useless in binary package
50 rm -rf $RPM_BUILD_ROOT%{_includedir}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %attr(755,root,root) %{_bindir}/*
58 %{_datadir}/%{name}
59 %{_desktopdir}/*.desktop
60 %{_pixmapsdir}/%{name}
This page took 0.039979 seconds and 2 git commands to generate.