From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Marx To: development@lists.ipfire.org Subject: [PATCH 2/3] libepoxy: New package Date: Thu, 24 Mar 2016 16:00:16 +0100 Message-ID: <1458831617-4536-2-git-send-email-alexander.marx@ipfire.org> In-Reply-To: <1458831617-4536-1-git-send-email-alexander.marx@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2163263690156909774==" List-Id: --===============2163263690156909774== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Required by gtk3 Signed-off-by: Alexander Marx --- libepoxy/libepoxy.nm | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 libepoxy/libepoxy.nm diff --git a/libepoxy/libepoxy.nm b/libepoxy/libepoxy.nm new file mode 100644 index 0000000..b7729ac --- /dev/null +++ b/libepoxy/libepoxy.nm @@ -0,0 +1,44 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team = # +############################################################################= ### + +name =3D libepoxy +version =3D 1.3.1 +release =3D 1 + +groups =3D System/Libraries +url =3D https://github.com/anholt/libepoxy +license =3D MIT +summary =3D Epoxy is a library for handling OpenGL function pointer manag= ement + +description + Epoxy is a library for handling OpenGL function pointer management for you. + + It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(), + eglGetProcAddress(), etc. from the app developer, with very little + knowledge needed on their part. They get to read GL specs and write + code using undecorated function names like glCompileShader(). +end + +source_dl =3D https://github.com/anholt/libepoxy/releases/download/v%{versi= on}/ +sources =3D %{thisapp}.tar.bz2 + +build + requires + libEGL-devel + xorg-x11-util-macros + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end --=20 2.6.3 --===============2163263690156909774==--