build-block for wxWidgets added

This commit is contained in:
2022-02-17 16:39:26 +01:00
parent c1d243d795
commit 2fee079a27
3 changed files with 35 additions and 0 deletions

17
Libraries/wxWidgets/build Executable file
View File

@@ -0,0 +1,17 @@
#!/usr/bin/env modbuild
pbuild::add_to_group 'Libraries'
pbuild::set_download_url \
"https://github.com/$P/$P/releases/download/v${V_PKG}/$P-${V_PKG}.tar.bz2"
#pbuild::set_sha256sum 'gnuplot-5.2.4.tar.gz:1515f000bd373aaa53b16183f274189d4f5e0ae47d22f434857933d16a4770cb'
#pbuild::install_docfiles 'Copyright' 'NEWS' 'README'
pbuild::pre_configure() {
:
}
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End:

View File

@@ -0,0 +1 @@
wxWidgets/3.0.5 unstable

View File

@@ -0,0 +1,17 @@
#%Pmodule
module-whatis "toolkit for creating cross-plattform graphical user interfaces"
module-url "https://www.wxwidgets.org"
module-license "See https://www.wxwidgets.org/about/licence/"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
wxWidgets is a C++ library that lets developers create applications for
Windows, macOS, Linux and other platforms with a single code base. It
has popular language bindings for Python, Perl, Ruby and many other
languages, and unlike other cross-platform toolkits, wxWidgets gives
applications a truly native look and feel because it uses the platform's
native API rather than emulating the GUI. It's also extensive, free,
open-source and mature.
"