File e-theme-klok.spec of Package e-theme-klok
#
# spec file for package e-theme-klok
#
# Copyright (c) specCURRENT_YEAR SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: e-theme-klok
Version: 83037
Release: 0
License: WTFPL
Summary: Klok e17 theme
Url: http://www.enlightenment.org
Group: Amusements/Toys/Graphics
Source: %{name}-%{version}.tar.bz2
BuildRequires: edje
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Klok is theme for E17, which tooks default look, but provides clock
on wallpaper in the way of www.qlocktwo.com does.
%prep
%setup -q -c
%build
make
%install
install -m 0755 -d %{buildroot}%{_datadir}/enlightenment/data/themes
install -m 0644 -t %{buildroot}%{_datadir}/enlightenment/data/themes klok.edj
%files
%defattr(-,root,root)
%doc COPYRIGHT
%{_datadir}/enlightenment
%changelog