]> git.pld-linux.org Git - packages/awesome-plugin-bashets.git/blob - awesome-plugin-bashets.spec
Fixed paths.
[packages/awesome-plugin-bashets.git] / awesome-plugin-bashets.spec
1 %define shortname       bashets
2 Summary:        Bashets is a widget library that displays data from scripts
3 Name:           awesome-plugin-%{shortname}
4 Version:        0.6.3
5 Release:        0.1
6 License:        GPL v3
7 Group:          X11/Window Managers/Tools
8 Source0:        http://gitorious.org/bashets/bashets/blobs/raw/master/bashets.lua
9 # Source0-md5:  fead95b357bc800773c6a506c126ba72
10 URL:            http://awesome.naquadah.org/wiki/Bashets
11 Requires:       awesome >= 3.4
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Bashets is a user widget library powered by shell scripts. Bashets is
16 glue code which empowers you to fetch data somewhere, and put it
17 somewhere. It is a distinct approach from Obvious or Vicious, which
18 try to implement and package predefined widgets themselves.
19
20 %prep
21
22 %install
23 rm -rf $RPM_BUILD_ROOT
24 install -d $RPM_BUILD_ROOT%{_datadir}/awesome/bashets
25 install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib
26 install %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/awesome/lib/bashets.lua
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %defattr(644,root,root,755)
33 %dir %{_datadir}/awesome/bashets
34 %{_datadir}/awesome/lib/bashets.lua
This page took 0.125693 seconds and 3 git commands to generate.