]> git.ipfire.org Git - ipfire-3.x.git/blame - libepoxy/libepoxy.nm
git: Update to 2.23.0
[ipfire-3.x.git] / libepoxy / libepoxy.nm
CommitLineData
3297e610
AM
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libepoxy
7version = 1.3.1
8release = 1
9
10groups = System/Libraries
11url = https://github.com/anholt/libepoxy
12license = MIT
13summary = Epoxy is a library for handling OpenGL function pointer management
14
15description
16 Epoxy is a library for handling OpenGL function pointer management for you.
17
18 It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(),
19 eglGetProcAddress(), etc. from the app developer, with very little
20 knowledge needed on their part. They get to read GL specs and write
21 code using undecorated function names like glCompileShader().
22end
23
24source_dl = https://github.com/anholt/libepoxy/releases/download/v%{version}/
25sources = %{thisapp}.tar.bz2
26
27build
28 requires
29 libEGL-devel
30 xorg-x11-util-macros
31 end
32end
33
34packages
35 package %{name}
36
37 package %{name}-devel
38 template DEVEL
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44end