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