]> git.pld-linux.org Git - packages/atapci.git/blob - atapci.spec
- initial pld release
[packages/atapci.git] / atapci.spec
1 Summary:        ATA PCI Utilities
2 Summary(pl):    Narzêdzia ATA PCI
3 Name:           atapci
4 Version:        0.52
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://home.elka.pw.edu.pl/~bzolnier/atapci/%{name}-%{version}.tar.bz2
9 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11 %description
12 atapci is a userland port of Linux kernel code responsible for
13 displaying /proc/ide/ chipset specific information, formerly this
14 program was called ide-info
15
16 %description -l pl
17 atapci jest odpowiednikiem kodu j±dra odpowiedzialnego za wy¶wietlanie
18 informacji z /proc/ide/ specyficznej dla okre¶lonych chipsetów.
19
20 %prep
21 %setup -q
22
23 %build
24 %{__make} CC="%{__cc}" CFLAGS="%{rpmcflags}"
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT%{_sbindir}
29
30 install atapci          $RPM_BUILD_ROOT%{_sbindir}
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc README STATUS
38 %attr(755,root,root) %{_sbindir}/*
This page took 0.06783 seconds and 4 git commands to generate.