build-block for wxWidgets added
This commit is contained in:
17
Libraries/wxWidgets/build
Executable file
17
Libraries/wxWidgets/build
Executable 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:
|
||||
1
Libraries/wxWidgets/files/variants.rhel7
Normal file
1
Libraries/wxWidgets/files/variants.rhel7
Normal file
@@ -0,0 +1 @@
|
||||
wxWidgets/3.0.5 unstable
|
||||
17
Libraries/wxWidgets/modulefile
Normal file
17
Libraries/wxWidgets/modulefile
Normal 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.
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user