]> git.pld-linux.org Git - packages/awesome-plugin-effect.git/blame - awesome-plugin-effect.spec
- initial
[packages/awesome-plugin-effect.git] / awesome-plugin-effect.spec
CommitLineData
122ccd5d
ZU
1%define shortname effect
2Summary: With the Effect "class", you can "tween" properties of objects or functions with different transitions
3Summary(hu.UTF-8): Az effect modullal létre tudsz hozni különféle átmeneteket
4Name: awesome-plugin-%{shortname}
5Version: 20100706
6Release: 0.1
7License: MIT
8Group: X11/Window Managers/Tools
9Source0: %{shortname}.lua
10Source1: README
11Source2: example-tweening-opacity.lua
12Source3: example-using.lua
13URL: http://awesome.naquadah.org/wiki/Effects
14Requires: awesome >= 3.4
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19With the Effect "class", you can "tween" properties of objects or
20functions with different transitions.
21
22
23%description -l hu.UTF-8
24Az effect modullal létre tudsz hozni különféle átmeneteket.
25
26%prep
27
28%install
29rm -rf $RPM_BUILD_ROOT
30install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib
31install %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/awesome/lib
32
33install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
34install %{SOURCE1} %{SOURCE2} %{SOURCE3} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%{_datadir}/awesome/lib/%{shortname}.lua
42%doc %{_docdir}/%{name}-%{version}
This page took 0.067109 seconds and 4 git commands to generate.