Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:rhabacker:branches:windows:mingw:win64
mingw64-glfw
mingw64-glfw.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mingw64-glfw.spec of Package mingw64-glfw
# # spec file for package mingw64-glfw # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2015-2023, Martin Hauke <mardnh@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define realname glfw %define libname glfw3 Name: mingw64-%{realname} Version: 3.3.9 Release: 0 Summary: Portable framework for OpenGL application development License: Zlib Group: Development/Libraries/C and C++ URL: https://www.glfw.org Source: https://github.com/glfw/glfw/archive/refs/tags/%{version}.tar.gz BuildRequires: cmake BuildRequires: mingw64-cross-binutils BuildRequires: mingw64-cross-cmake BuildRequires: mingw64-cross-gcc BuildRequires: mingw64-cross-pkg-config BuildRequires: mingw64-filesystem BuildRequires: mingw64-libusb-1_0-devel BuildRequires: mingw64-winpthreads-devel BuildArch: noarch %{_mingw64_package_header_debug} %{_mingw64_debug_package} #!BuildIgnore: post-build-check %description GLFW is a free, Open Source, portable framework for OpenGL application development. In short, it is a single library providing a powerful, portable API for otherwise operating system specific tasks such as opening an OpenGL window, and reading keyboard, time, mouse and joystick input. %package -n mingw64-%{libname} Summary: Portable framework for OpenGL application development Group: System/Libraries %description -n mingw64-%{libname} GLFW is a free, Open Source, portable framework for OpenGL application development. In short, it is a single library providing a powerful, portable API for otherwise operating system specific tasks such as opening an OpenGL window, and reading keyboard, time, mouse and joystick input. %package devel Summary: Portable framework for OpenGL application development Group: Development/Libraries/C and C++ %description devel GLFW is a free, Open Source, portable framework for OpenGL application development. In short, it is a single library providing a powerful, portable API for otherwise operating system specific tasks such as opening an OpenGL window, and reading keyboard, time, mouse and joystick input. %prep %setup -q -n %{realname}-%{version} %build %{_mingw64_cmake} %{_mingw64_cmake_build} %install %{_mingw64_cmake_install} # libglfw3dll.a -> libglfw3.dll.a mv %{buildroot}/%{_mingw64_libdir}/libglfw3dll.a %{buildroot}/%{_mingw64_libdir}/libglfw3.dll.a %files -n mingw64-%{libname} %{_mingw64_bindir}/glfw3.dll %files devel %license LICENSE.md %doc README.md %{_mingw64_includedir}/GLFW %{_mingw64_libdir}/libglfw3.dll.a %{_mingw64_libdir}/cmake/glfw3 %{_mingw64_libdir}/pkgconfig/glfw3.pc %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor