]> git.pld-linux.org Git - packages/dokuwiki-plugin-snmplive.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 29 Aug 2007 12:13:13 +0000 (12:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dokuwiki-plugin-snmplive.spec -> 1.1

dokuwiki-plugin-snmplive.spec [new file with mode: 0644]

diff --git a/dokuwiki-plugin-snmplive.spec b/dokuwiki-plugin-snmplive.spec
new file mode 100644 (file)
index 0000000..846d366
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       Dokuwiki SNMPlive Plugin
+Name:          dokuwiki-plugin-snmplive
+Version:       0.1
+Release:       0.1
+License:       GPL v2
+Group:         Applications/WWW
+Source0:       http://glen.alkohol.ee/pld/snmplive.tar.gz
+# Source0-md5: 8fb23b7858d2cba87021e5a56e39297f
+URL:           http://wiki.splitbrain.org/plugin:snmplive
+Requires:      dokuwiki
+Requires:      php(pcre)
+Requires:      php(snmp)
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _dokudir        /usr/share/dokuwiki
+%define                _plugindir      %{_dokudir}/lib/plugins/%{_plugin}
+%define                _plugin         snmplive
+
+%description
+It gets the actual SNMP values out of any by the server reachable
+device (e.g. servers, printers, temp. sensors).
+
+%prep
+%setup -q -n %{_plugin}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_plugindir}
This page took 0.0905899999999999 seconds and 4 git commands to generate.