mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
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:
committed by
Josef Schlehofer
parent
e168d9fdfb
commit
ec90c9fe90
@@ -21,11 +21,16 @@ define Package/perl-struct-dumb
|
||||
SUBMENU:=Perl
|
||||
SECTION:=lang
|
||||
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
|
||||
DEPENDS:=perl +perlbase-essential +perlbase-scalar
|
||||
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
|
||||
$(call perlmod/Configure,,)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user