]> git.pld-linux.org Git - packages/emerald-themes.git/blob - emerald-themes.spec
17c2fa9d55b3412592d1ab9b7d29e791afb48128
[packages/emerald-themes.git] / emerald-themes.spec
1 Summary:        Themes for emerald
2 Summary(pl):    Motywy do emerald
3 Name:           emerald-themes
4 Version:        20061004
5 Release:        1
6 License:        GPL/MIT
7 Group:          X11
8 Source0:        http://distfiles.xgl-coffee.org/emerald-themes/%{name}-%{version}.tar.bz2
9 # Source0-md5:  ef81b8225465f798d51beb4cd281042b
10 BuildRequires:  autoconf >= 2.57
11 BuildRequires:  automake
12 Requires:       emerald
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Themes for emerald.
17
18 %description -l pl
19 Motywy do emerald.
20
21 %prep
22 %setup -q -n snapshots/%{name}
23
24 %build
25 autoreconf -v --install
26 %configure 
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} install \
33         DESTDIR=$RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc ChangeLog
41 %dir %{_datadir}/emerald
42 %{_datadir}/emerald/themes
This page took 0.041014 seconds and 2 git commands to generate.