]> git.pld-linux.org Git - SPECS.git/blob - kcm_touchpad.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / kcm_touchpad.spec
1 %define         subver  00370b5
2 Summary:        A kcontrol module to control Synaptics touchpad
3 Name:           kcm_touchpad
4 Version:        0.3.1
5 Release:        0.1
6 Vendor:         Michał Żarłok (mishaaq)
7 License:        GPL
8 Group:          X11/Applications
9 Source0:        %{name}-%{version}-%{subver}.tar.gz
10 # Source0-md5:  f355a658d2e9267fdf4e8d8f88038bcf
11 #Source0:       http://github.com/mishaaq/kcm_touchpad/tarball/kcm_touchpad-0.3.1
12 URL:            http://kde-apps.org/content/show.php/kcm_touchpad?content=113335
13 BuildRequires:  kde4-kdelibs-devel 
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16
17 %description
18 A kcontrol module that allow you to control touchpad options.
19
20 %prep
21 %setup -q -n mishaaq-%{name}-%{subver}
22
23 %build
24 install -d build
25 cd build
26 %cmake ..
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 %{__make} -C build install \
32         DESTDIR=$RPM_BUILD_ROOT
33
34 %find_lang %{name}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files -f %{name}.lang
40 %defattr(644,root,root,755)
41 %doc README LICENSE AUTHORS
42 %attr(755,root,root) %{_libdir}/kde4/kcm_touchpad.so
43 %{_datadir}/kde4/services/*.desktop
This page took 0.645622 seconds and 3 git commands to generate.