[packages/ltunify] - new

baggins baggins at pld-linux.org
Sun Mar 22 11:12:02 CET 2015


commit 9c96a6e4329b386f5f1b868d821741ec42e50ebf
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Mar 22 11:11:46 2015 +0100

    - new

 ltunify.spec | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
---
diff --git a/ltunify.spec b/ltunify.spec
new file mode 100644
index 0000000..706893f
--- /dev/null
+++ b/ltunify.spec
@@ -0,0 +1,42 @@
+Summary:	Logitech Unifying for Linux
+Name:		ltunify
+Version:	0.2
+Release:	1
+License:	GPL v2
+Group:		Applications/System
+# git clone https://git.lekensteyn.nl/ltunify.git
+Source0:	%{name}-%{version}.tar.xz
+# Source0-md5:	7f13f1f3b9603f58629e16cfe91bf485
+URL:		https://lekensteyn.nl/logitech-unifying.html
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Pair, unpair or list information about wireless devices like keyboards
+and mice that use the Logitech® Unifying receiver.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+	PACKAGE_VERSION=%{version} \
+	CC=%{__cc} \
+	CFLAGS="%{rpmcflags}" \
+	LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{/etc/udev/rules.d,%{_bindir}}
+
+%{__make} install \
+	bindir=%{_bindir} \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS README.txt keyboard.txt notes.txt registers.txt
+%attr(755,root,root) %{_bindir}/%{name}
+/etc/udev/rules.d/42-logitech-unify-permissions.rules
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ltunify.git/commitdiff/9c96a6e4329b386f5f1b868d821741ec42e50ebf



More information about the pld-cvs-commit mailing list