]> git.pld-linux.org Git - packages/awesome-plugin-vicious.git/blame - awesome-plugin-vicious.spec
- initial
[packages/awesome-plugin-vicious.git] / awesome-plugin-vicious.spec
CommitLineData
e0a62582
ZU
1%define shortname vicious
2Summary: Vicious is a modular widget library for the "awesome" window manager
3Summary(hu.UTF-8): Vicious egy moduláris widget könyvtár az "awesome" ablakkezelőhöz
4Name: awesome-plugin-%{shortname}
5Version: 1.0.18
6Release: 1
7License: GPL v2
8Group: X11/Window Managers/Tools
9Source0: http://git.sysphere.org/vicious/snapshot/vicious-%{version}.tar.gz
331b30bd 10# Source0-md5: ab3f5af58c59a73700fbcc670c00ebdd
e0a62582
ZU
11URL: http://awesome.naquadah.org/wiki/Vicious
12BuildArch: noarch
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Vicious is a modular widget library for the "awesome" window manager,
17derived from the "Wicked" widget library. Vicious widget types are a
18framework for creating your own widgets.
19
20%description -l hu.UTF-8
21Vicious egy modulár widget könyvtár az "awesome" ablakkezelőhöz, a
22Wicked widget könyvtár alapjain. Vicious egy keretrendszert is
23biztosít saját widgetek létrehozásához.
24
25
26%prep
27%setup -q -n %{shortname}-%{version}
28
29%install
30rm -rf $RPM_BUILD_ROOT
31install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}
32install *.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(644,root,root,755)
39%doc CHANGES README
40%{_datadir}/awesome/lib/%{shortname}
This page took 0.109265 seconds and 4 git commands to generate.