summaryrefslogtreecommitdiff
path: root/packaging/xorg-x11-drv-exynos.spec
blob: a697108787f584bea6a511f1695456b5c0adcfd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# >> macros
# << macros

Name:       xorg-x11-drv-exynos
Summary:    X.Org X server driver for exynos
Version:    0.2.0
Release:    20
ExclusiveArch:  %arm
Group:      System/X Hardware Support
License:    Samsung
Source0:    %{name}-%{version}.tar.gz
BuildRequires:  prelink

%description
This package provides the driver for the Samsung display device exynos


%prep
%setup -q


%build

%reconfigure 

make %{?jobs:-j%jobs}

%install
rm -rf %{buildroot}
%make_install

execstack -c %{buildroot}%{_libdir}/xorg/modules/drivers/exynos_drv.so

%files
%defattr(-,root,root,-)
%{_libdir}/xorg/modules/drivers/*.so