summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite.spec
diff options
context:
space:
mode:
Diffstat (limited to 'phoronix-test-suite.spec')
-rw-r--r--phoronix-test-suite.spec44
1 files changed, 44 insertions, 0 deletions
diff --git a/phoronix-test-suite.spec b/phoronix-test-suite.spec
new file mode 100644
index 0000000..187bcf7
--- /dev/null
+++ b/phoronix-test-suite.spec
@@ -0,0 +1,44 @@
+Name: phoronix-test-suite
+Version: 1.4.2
+Release: 1%{?dist}
+Summary: Phoronix graphics card test suite
+
+Group: TBD
+License: TBD
+URL: http://www.phoronix-test-suite.com/
+# Redirected from http://www.phoronix-test-suite.com/download.php?file=%{name}-%{version}
+Source0: http://www.phoronix.net/downloads/phoronix-test-suite/releases/%{name}-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+#BuildRequires:
+Requires: php-cli >= 5
+Requires: php-gd
+
+%description
+
+
+%prep
+%setup -q
+
+
+%build
+#configure
+#make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc
+
+
+
+%changelog