File: gtk-thinice-theme.spec.in

package info (click to toggle)
gtk-engines-thinice 1.0.3-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 620 kB
  • ctags: 87
  • sloc: sh: 7,275; ansic: 2,225; makefile: 73
file content (61 lines) | stat: -rw-r--r-- 1,247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
%define  ver     @VERSION@
%define  rel     1
%define  prefix  /usr

Summary: ThinIce - A gtk+ theme engine
Name: gtk-thinice-theme
Version: %ver
Release: %rel
Group: Misc
Copyright: GPL
Source: http://www.ing.umu.se/~stric/theme/gtk-thinice-theme-%{ver}.tar.gz
Url: http://www.ing.umu.se/~stric/theme/
BuildRoot: /var/tmp/thinice-%{PACKAGE_VERSION}-root
Docdir: %{prefix}/doc

Requires: gtk+ >= 1.2

%description
A clean, blue gtk theme.

%prep
%setup

%build

%ifarch alpha
  CFLAGS="$RPM_OPT_FLAGS" ./configure --host=alpha-redhat-linux --prefix=%prefix
%else
  CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix 
%endif

if [ "$SMP" != "" ]; then
  (make "MAKE=make -k -j $SMP"; exit 0)
  make
else
  make
fi

%install
rm -rf $RPM_BUILD_ROOT

make prefix=$RPM_BUILD_ROOT%{prefix} install

%clean
rm -rf $RPM_BUILD_ROOT

%changelog

* Tue Apr 18 1999 Vincent Harvey <vharvey@mcs.net>
- I made an rpm spec. I am not the author though, Tomas gren <stric@ing.umu.se> and Tim P. Gerla <timg@means.net> are.

%files
%defattr(-, root, root)

%doc AUTHORS ChangeLog NEWS README COPYING 

%{prefix}/share/themes/ThinIce/gtk/gtkrc
%{prefix}/share/themes/ThinIce/ICON.png
%{prefix}/share/themes/ThinIce/README.html

%{prefix}/lib/gtk/themes/engines/*