Move all to deprecated folder.
This commit is contained in:
18
deprecated/firmware/buildroot/package/glibmm/Config.in
Normal file
18
deprecated/firmware/buildroot/package/glibmm/Config.in
Normal file
@@ -0,0 +1,18 @@
|
||||
config BR2_PACKAGE_GLIBMM
|
||||
bool "glibmm"
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_LIBSIGC
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_USE_WCHAR # libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||
depends on BR2_USE_MMU # libglib2
|
||||
help
|
||||
The GLibmm package is a set of C++ bindings for GLib.
|
||||
|
||||
http://www.gtkmm.org/
|
||||
|
||||
comment "glibmm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || !BR2_USE_WCHAR \
|
||||
|| !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
2
deprecated/firmware/buildroot/package/glibmm/glibmm.hash
Normal file
2
deprecated/firmware/buildroot/package/glibmm/glibmm.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# From http://ftp.gnome.org/pub/gnome/sources/glibmm/2.46/glibmm-2.46.3.sha256sum
|
||||
sha256 c78654addeb27a1213bedd7cd21904a45bbb98a5ba2f2f0de2b2f1a5682d86cf glibmm-2.46.3.tar.xz
|
||||
16
deprecated/firmware/buildroot/package/glibmm/glibmm.mk
Normal file
16
deprecated/firmware/buildroot/package/glibmm/glibmm.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# glibmm
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GLIBMM_VERSION_MAJOR = 2.46
|
||||
GLIBMM_VERSION = $(GLIBMM_VERSION_MAJOR).3
|
||||
GLIBMM_LICENSE = LGPLv2.1+ (library), GPLv2+ (tools)
|
||||
GLIBMM_LICENSE_FILES = COPYING COPYING.tools
|
||||
GLIBMM_SOURCE = glibmm-$(GLIBMM_VERSION).tar.xz
|
||||
GLIBMM_SITE = http://ftp.gnome.org/pub/gnome/sources/glibmm/$(GLIBMM_VERSION_MAJOR)
|
||||
GLIBMM_INSTALL_STAGING = YES
|
||||
GLIBMM_DEPENDENCIES = libglib2 libsigc host-pkgconf
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user