]> git.pld-linux.org Git - packages/tpconfig.git/blob - tpconfig.spec
- tabs in preamble
[packages/tpconfig.git] / tpconfig.spec
1 Summary:        Synaptics/ALPS TouchPad configuration tool
2 Summary(pl.UTF-8):      Narzędzie do konfiguracji TouchPadów Synaptics/ALPS
3 Name:           tpconfig
4 Version:        3.1.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://www.compass.com/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  50acfa33b3be03aac9d7131edb07373f
10 BuildRequires:  autoconf
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 This is a configuration tool for the Synaptics TouchPad and the ALPS
15 Glidepad/Stickpointer used on many PC laptops.
16
17 %description -l pl.UTF-8
18 Narzędzie do konfiguracji TouchPadów Synaptics i ALPS
19 Glidepad/Stickpointer używanych w wielu komputerach przenośnych.
20
21 %prep
22 %setup -q
23
24 %build
25 %{__autoconf}
26 %configure
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 %{__make} install DESTDIR=$RPM_BUILD_ROOT
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc README AUTHORS INSTALL NEWS ChangeLog
39 %attr(755,root,root) %{_bindir}/tpconfig
This page took 0.095237 seconds and 4 git commands to generate.