]> git.pld-linux.org Git - packages/awesome-plugin-scratch.git/blob - awesome-plugin-scratch.spec
- rel 1 (works for me)
[packages/awesome-plugin-scratch.git] / awesome-plugin-scratch.spec
1 %define shortname       scratch
2 Summary:        Scratch is a Lua module that provides a basic drop-down applications and scratchpad manager for awesome v3.4
3 Summary(hu.UTF-8):      Scatch egy Lua module, amely egy lenyiló alkalmazás- és scratchpad manager-t valósít meg az awesome 3.4-hez
4 Name:           awesome-plugin-scratch
5 Version:        20100129
6 Release:        1
7 License:        WTFPL v2
8 Group:          X11/Window Managers/Tools
9 Source0:        http://carme.pld-linux.org/~uzsolt/sources/%{name}-%{version}.tar.bz2
10 # Source0-md5:  f19b8a4d067e2fb26eb492070b001459
11 URL:            http://awesome.naquadah.org/wiki/Scratchpad_manager
12 Requires:       awesome >= 3.4
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Scratch is a Lua module that provides a basic drop-down applications
18 and scratchpad manager for awesome v3.4
19
20 %description -l hu.UTF-8
21 Scatch egy Lua module, amely egy lenyiló alkalmazás- és scratchpad
22 manager-t valósít meg az awesome 3.4-hez
23
24 %prep
25 %setup -q
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}
30 install *.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc README
38 %{_datadir}/awesome/lib/%{shortname}
This page took 0.070973 seconds and 3 git commands to generate.