]> git.pld-linux.org Git - packages/awesome-plugin-vicious.git/commitdiff
- initial
authorZsolt Udvari <uzsolt@pld-linux.org>
Sat, 24 Oct 2009 14:12:53 +0000 (14:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    awesome-plugin-vicious.spec -> 1.1

awesome-plugin-vicious.spec [new file with mode: 0644]

diff --git a/awesome-plugin-vicious.spec b/awesome-plugin-vicious.spec
new file mode 100644 (file)
index 0000000..3cc531e
--- /dev/null
@@ -0,0 +1,40 @@
+%define        shortname       vicious
+Summary:       Vicious is a modular widget library for the "awesome" window manager
+Summary(hu.UTF-8):     Vicious egy moduláris widget könyvtár az "awesome" ablakkezelőhöz
+Name:          awesome-plugin-%{shortname}
+Version:       1.0.18
+Release:       1
+License:       GPL v2
+Group:         X11/Window Managers/Tools
+Source0:       http://git.sysphere.org/vicious/snapshot/vicious-%{version}.tar.gz
+# Source0-md5: 77be6d5098bbeb71b8979063b57ba8e3
+URL:           http://awesome.naquadah.org/wiki/Vicious
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Vicious is a modular widget library for the "awesome" window manager,
+derived from the "Wicked" widget library. Vicious widget types are a
+framework for creating your own widgets.
+
+%description -l hu.UTF-8
+Vicious egy modulár widget könyvtár az "awesome" ablakkezelőhöz, a
+Wicked widget könyvtár alapjain. Vicious egy keretrendszert is
+biztosít saját widgetek létrehozásához.
+
+
+%prep
+%setup -q -n %{shortname}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}
+install *.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README
+%{_datadir}/awesome/lib/%{shortname}
This page took 0.53242 seconds and 4 git commands to generate.