]> git.pld-linux.org Git - packages/awesome-plugin-wicked.git/blob - awesome-plugin-wicked.spec
3d372dd64fac90665fab0fab6f657dfd81c42eb3
[packages/awesome-plugin-wicked.git] / awesome-plugin-wicked.spec
1 Summary:        wicked - a lua library for dynamic widgets in awesome
2 Name:           awesome-plugin-wicked
3 Version:        20090314
4 Release:        0.1
5 License:        GPL v2
6 Group:          X11/Window Managers
7 ## git clone git://git.glacicle.com/awesome/wicked.git
8 Source0:        http://carme.pld-linux.org/~uzsolt/sources/%{name}-%{version}.tar.bz2
9 # Source0-md5:  4f63b5923180989a35868c1b7b280301
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Wicked is a library, written in lua, for easy creation and management
14 of dynamic awesome statusbar widgets, from the rc.lua configuration
15 file.
16
17 %prep
18 %setup -q -n wicked
19 %{__gzip} -d wicked.7.gz
20
21 %install
22 rm -rf $RPM_BUILD_ROOT
23 install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib
24 install -d $RPM_BUILD_ROOT%{_mandir}/man7
25 install wicked.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib
26 install wicked.7 $RPM_BUILD_ROOT%{_mandir}/man7
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %defattr(644,root,root,755)
33 # XXX parent dir deps missing
34 %{_datadir}/awesome/lib/wicked.lua
35 %{_mandir}/man7/wicked.7*
This page took 0.029396 seconds and 2 git commands to generate.