forked from zOrg1331/fsl-gpu-viv-mx6q
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfsl-gpu-viv-mx6q.spec
53 lines (39 loc) · 929 Bytes
/
fsl-gpu-viv-mx6q.spec
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Name: fsl-gpu-viv-mx6q
Version: 12.09.01
Release: alt1
Summary: GPU driver and apps for imx6
License: Proprietary
Group: System/Libraries
Url: http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/
Packager: Pavel Nakonechny <pavel.nakonechnyk@skitlab.ru>
AutoReq: no
AutoProv: no
AutoReqProv: no
Source: %name-%version.tar
Patch: %name-%version-%release.patch
Conflicts: libgal
Provides: libGAL.so
%description
%summary
%package -n fsl-gpu-viv-mx6q-devel
Summary: Header files for GPU driver for imx6
Group: Development/C
Requires: fsl-gpu-viv-mx6q = %version
%description -n fsl-gpu-viv-mx6q-devel
%summary
%prep
%setup -q
%patch -p1
%build
%install
mkdir -p %buildroot/usr
cp -a usr/* %buildroot/usr
%files
/usr/lib/*.so*
/usr/lib/direct*
%files -n fsl-gpu-viv-mx6q-devel
/usr/include/*
%set_verify_elf_method no
%changelog
* Sun Mar 24 2013 Pavel Nakonechny <pavel.nakonechny@skitlab.ru> 12.09.01-alt1
- initial build