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