summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/libva.spec39
1 files changed, 39 insertions, 0 deletions
diff --git a/build/libva.spec b/build/libva.spec
new file mode 100644
index 0000000..0a54b18
--- /dev/null
+++ b/build/libva.spec
@@ -0,0 +1,39 @@
+Name: libva
+Version: %{_version}
+Release: el7
+Summary: Intel libva
+License: MIT
+Source0: %{_sourcefile}
+
+%package devel
+Group: Development/Libraries
+Summary: Development files for libva
+
+%description devel
+Development files for libva
+
+BuildRequires: automake
+BuildRequires: autoconf
+
+%description
+Intel libva
+
+%prep
+
+%setup
+
+%build
+./autogen.sh
+make -j12
+
+%install
+make install DESTDIR=%{buildroot}
+#mkdir -p %{buildroot}/usr/bin/
+#install -m 755 hello-world.sh %{buildroot}/usr/bin/hello-world.sh
+
+%files
+/usr/local/lib/*.so*
+%files devel
+/usr/local/include/va/*.h
+/usr/local/lib/pkgconfig/*.pc
+/usr/local/lib/*.la