perl-struct-dumb: Shorter TITLE in Makefile

As requested by @BKPepe , added a shorter title
to make it display correctly in make menuconfig

Signed-off-by: Jens Wagner <jens@wagner2013.de>
This commit is contained in:
Jens Wagner
2025-05-27 13:10:55 +02:00
committed by Josef Schlehofer
parent e168d9fdfb
commit ec90c9fe90

View File

@@ -21,11 +21,16 @@ define Package/perl-struct-dumb
SUBMENU:=Perl SUBMENU:=Perl
SECTION:=lang SECTION:=lang
CATEGORY:=Languages CATEGORY:=Languages
TITLE:=Make simple lightweight record-like structures for Perl TITLE:=Make simple lightweight record-like structures
URL:=https://metacpan.org/pod/Struct::Dumb URL:=https://metacpan.org/pod/Struct::Dumb
DEPENDS:=perl +perlbase-essential +perlbase-scalar DEPENDS:=perl +perlbase-essential +perlbase-scalar
endef endef
define Package/perl-struct-dumb/description
Struct::Dumb creates record-like structure types,
similar to the struct keyword in C, C++ or Record in Pascal.
endef
define Build/Configure define Build/Configure
$(call perlmod/Configure,,) $(call perlmod/Configure,,)
endef endef