]> git.pld-linux.org Git - packages/atapci.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 28 Jun 2002 19:38:34 +0000 (19:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atapci.spec -> 1.1

atapci.spec [new file with mode: 0644]

diff --git a/atapci.spec b/atapci.spec
new file mode 100644 (file)
index 0000000..e0ee232
--- /dev/null
@@ -0,0 +1,38 @@
+Summary:       ATA PCI Utilities
+Summary(pl):   Narzêdzia ATA PCI
+Name:          atapci
+Version:       0.52
+Release:       1
+License:       GPL
+Group:         Applications/System
+Source0:       http://home.elka.pw.edu.pl/~bzolnier/atapci/%{name}-%{version}.tar.bz2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+atapci is a userland port of Linux kernel code responsible for
+displaying /proc/ide/ chipset specific information, formerly this
+program was called ide-info
+
+%description -l pl
+atapci jest odpowiednikiem kodu j±dra odpowiedzialnego za wy¶wietlanie
+informacji z /proc/ide/ specyficznej dla okre¶lonych chipsetów.
+
+%prep
+%setup -q
+
+%build
+%{__make} CC="%{__cc}" CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+install atapci         $RPM_BUILD_ROOT%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README STATUS
+%attr(755,root,root) %{_sbindir}/*
This page took 0.061058 seconds and 4 git commands to generate.