]> git.pld-linux.org Git - packages/awesome-plugin-wicked.git/blob - awesome-plugin-wicked.spec
- hungarizing
[packages/awesome-plugin-wicked.git] / awesome-plugin-wicked.spec
1 Summary:        wicked - a lua library for dynamic widgets in awesome
2 Summary(hu.UTF-8):      wicked - egy lua könyvtár dinamikus widget-ekhez awesome ablakkezelőben
3 Name:           awesome-plugin-wicked
4 Version:        20090314
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Window Managers
8 ## git clone git://git.glacicle.com/awesome/wicked.git
9 Source0:        http://carme.pld-linux.org/~uzsolt/sources/%{name}-%{version}.tar.bz2
10 # Source0-md5:  4f63b5923180989a35868c1b7b280301
11 Obsoletes:      wicked
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Wicked is a library, written in lua, for easy creation and management
16 of dynamic awesome statusbar widgets, from the rc.lua configuration
17 file.
18
19 %description -l hu.UTF-8
20 Wicked egy lua-ban írt könyvtár az awesome statusbar-jában levő
21 widgetek könnyű létrehozásához és menedzselése az rc.lua konfigurációs
22 fájlból.
23
24 %prep
25 %setup -q -n wicked
26 %{__gzip} -d wicked.7.gz
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib
31 install -d $RPM_BUILD_ROOT%{_mandir}/man7
32 install wicked.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib
33 install wicked.7 $RPM_BUILD_ROOT%{_mandir}/man7
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 # XXX parent dir deps missing
41 %{_datadir}/awesome/lib/wicked.lua
42 %{_mandir}/man7/wicked.7*
This page took 0.066744 seconds and 4 git commands to generate.