From: Michael Tremer Date: Sat, 31 Dec 2022 08:53:35 +0000 (+0000) Subject: libepoxy: Drop package X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50ab55699d3e0d175660e30a14cd4b20c5b21769;p=people%2Fpmueller%2Fipfire-3.x.git libepoxy: Drop package Nothing uses this. Signed-off-by: Michael Tremer --- diff --git a/libepoxy/libepoxy.nm b/libepoxy/libepoxy.nm deleted file mode 100644 index b7729acb6..000000000 --- a/libepoxy/libepoxy.nm +++ /dev/null @@ -1,44 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = libepoxy -version = 1.3.1 -release = 1 - -groups = System/Libraries -url = https://github.com/anholt/libepoxy -license = MIT -summary = Epoxy is a library for handling OpenGL function pointer management - -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 = https://github.com/anholt/libepoxy/releases/download/v%{version}/ -sources = %{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