]> git.pld-linux.org Git - packages/gtkstep.git/blob - gtkstep.spec
30bb56490e379cb840f9933e1c19c420f13c6a8c
[packages/gtkstep.git] / gtkstep.spec
1 Summary:        A NEXTSTEP(tm) theme for GTK
2 Summary(pl):    Temat NEXTSTEP(tm) dla GTK
3 Name:           gtkstep
4 Version:        2.2
5 Release:        2
6 License:        GPL
7 Group:          X11/Libraries
8 Source0:        http://ulli.linuxave.net/gtkstep/%{name}-%{version}.tar.bz2
9 Icon:           gtkstep.xpm
10 URL:            http://ulli.linuxave.net/gtkstep/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gtk+-devel >= 1.1.6
14 BuildRequires:  libtool
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18
19 %description
20 A NEXTSTEP(tm) theme for GTK. It emulates the look and feel of the
21 NEXTSTEP(tm) GUI.
22
23 %description -l pl
24 Temat NEXTSTEP(tm) dla GTK. Emuluje wygl±d graficznego interfejsu
25 NEXTSTEP(tm).
26
27 %prep
28 %setup -q
29
30 %build
31 rm -f missing
32 %{__libtoolize}
33 %{__aclocal}
34 %{__autoconf}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 %{__make} install DESTDIR=$RPM_BUILD_ROOT
42
43 gzip -9nf AUTHORS ChangeLog NEWS README
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc *.gz
51 %attr(755,root,root) %{_libdir}/gtk/themes/engines/lib*.so
52 %{_datadir}/themes/Step
This page took 0.069328 seconds and 3 git commands to generate.