perl-file-sharedir: Shorter TITLE in Makefile
authorJens Wagner <redacted>
Tue, 27 May 2025 11:07:41 +0000 (13:07 +0200)
committerJosef Schlehofer <redacted>
Mon, 2 Jun 2025 12:36:17 +0000 (14:36 +0200)
As requested by @BKPepe , added a shorter title
to make it display correctly in make menuconfig

Signed-off-by: Jens Wagner <redacted>
lang/perl-file-sharedir/Makefile

index 3b9e21910c2e800e545e743efa01e1c2fc2fe6e0..68bc50e9ff9f67cbd3c1a26ed24a9ab0c6fb2ddb 100644 (file)
@@ -21,11 +21,16 @@ define Package/perl-file-sharedir
   SUBMENU:=Perl
   SECTION:=lang
   CATEGORY:=Languages
-  TITLE:=File::ShareDir - Locate per-dist and per-module shared files [Perl]
+  TITLE:=Locate per-dist and per-module shared files
   URL:=https://metacpan.org/pod/File::ShareDir
   DEPENDS:=perl +perlbase-essential +perlbase-file +perl-class-inspector
 endef
 
+define Package/perl-file-sharedir/description
+  File::ShareDir locates shared files distributed with a Perl distribution
+  or module.
+endef
+
 define Build/Configure
        $(call perlmod/Configure,,)
 endef
git clone https://git.99rst.org/PROJECT