]> git.pld-linux.org Git - packages/cyberlinkusb.git/commitdiff
- initial master
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 29 Dec 2009 23:06:39 +0000 (23:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyberlinkusb.spec -> 1.1

cyberlinkusb.spec [new file with mode: 0644]

diff --git a/cyberlinkusb.spec b/cyberlinkusb.spec
new file mode 100644 (file)
index 0000000..84ef8db
--- /dev/null
@@ -0,0 +1,40 @@
+# TODO:
+# - make use from: http://linux.thaj.net63.net/cyberlinkusb/files/cyberlinkusb-init-script-20090215
+# - find a way of runtime binding configuration
+Summary:       CyberLink Remote Control
+Name:          cyberlinkusb
+Version:       20081207
+Release:       0.1
+License:       Free + GPL (for some parts of code)
+Group:         Applications/Graphics
+Source0:       http://linux.thaj.net63.net/cyberlinkusb/files/%{name}-%{version}.tar.bz2
+# Source0-md5: 54c2279e38fa791a8159b3b204439497
+URL:           http://linux.thaj.net63.net/cyberlinkusb/
+BuildRequires: libusb-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+cyberlinkusb catches with libusb signals from a CyberLink remote control and
+simulates key presses in X.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       COMPILER="%{__cxx}" \
+       WARNINGS="-Wall -Wextra %{rpmcxxflags}"
+       
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc INSTALL NEWS README
+%attr(4755,root,root) %{_bindir}/*
This page took 0.068754 seconds and 4 git commands to generate.