From 883c78341021a929b5a59104c3bdfe6b52f847a8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:38:22 +0100 Subject: [PATCH] package created using the webbuild interface [release 0.4.0-1mamba;Fri Oct 02 2020] --- README.md | 2 ++ xf86-video-fbturbo.spec | 46 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 xf86-video-fbturbo.spec diff --git a/README.md b/README.md index 0aad83c..cd6bec7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xf86-video-fbturbo +Video driver, primarily optimized for the devices powered by the Allwinner SoC (A10, A13, A20). It can use some of the 2D/3D hardware acceleration features. + diff --git a/xf86-video-fbturbo.spec b/xf86-video-fbturbo.spec new file mode 100644 index 0000000..87e8139 --- /dev/null +++ b/xf86-video-fbturbo.spec @@ -0,0 +1,46 @@ +Name: xf86-video-fbturbo +Version: 0.4.0 +Release: 1mamba +Summary: Video driver, primarily optimized for the devices powered by the Allwinner SoC +Group: System/Kernel and Hardware +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://github.com/ssvb/xf86-video-fbturbo +Source: https://github.com/ssvb/xf86-video-fbturbo.git/%{version}/xf86-video-fbturbo-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: ldconfig +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Video driver, primarily optimized for the devices powered by the Allwinner SoC (A10, A13, A20). It can use some of the 2D/3D hardware acceleration features. + +%debug_package + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/xorg/modules/drivers/fbturbo_drv.la +%{_libdir}/xorg/modules/drivers/fbturbo_drv.so +%{_mandir}/man4/fbturbo.4* +%doc COPYING + +%changelog +* Fri Oct 02 2020 Silvan Calarco 0.4.0-1mamba +- package created using the webbuild interface