mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user