]> git.pld-linux.org Git - packages/nvclock.git/commitdiff
NVidia overclock utility; stb
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 1 Apr 2001 11:45:31 +0000 (11:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nvclock.spec -> 1.1

nvclock.spec [new file with mode: 0644]

diff --git a/nvclock.spec b/nvclock.spec
new file mode 100644 (file)
index 0000000..bf8571c
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       nvidia overclock utility
+Summary(pl):   narzêdzie do podkrêcania kart nvidia
+Name:          nvclock
+Version:       0.2
+Release:       1
+License:       GPL
+Group:         Networking/Admin
+Group(pl):     Sieciowe/Administracyjne
+Source0:       ftp://ftp.evil3d.net/pub/Evil3D/nvclock/%{name}%{version}.tar.gz
+URL:           http://www.evil3d.net/products/nvclock/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This program allows you to overclock your nvidia card under linux.
+
+%description -l pl
+Ten program pozwala Ci na podkrêcanie Twojej karty graficznej NVidia pod
+Linuxem.
+
+%prep
+%setup -q -n %{name}%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+       
+gzip -9nf AUTHORS Change* NEWS
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
This page took 0.70907 seconds and 4 git commands to generate.