perl-lwp-mediatypes: restructure 6.04

Changed maintainer to @jw2013
Updated Makefile to use metacpan.mk download helper

Signed-off-by: Jens Wagner <jens@wagner2013.de>
This commit is contained in:
Jens Wagner
2025-06-17 03:15:25 +02:00
committed by Josef Schlehofer
parent 6fce183e75
commit 877494f0f4

View File

@@ -1,48 +1,45 @@
#
# Copyright (C) 2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=perl-lwp-mediatypes PKG_NAME:=perl-lwp-mediatypes
PKG_VERSION:=6.04 PKG_VERSION:=6.04
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=LWP-MediaTypes-$(PKG_VERSION).tar.gz METACPAN_NAME:=LWP-MediaTypes
PKG_SOURCE_URL:=https://cpan.metacpan.org/authors/id/O/OA/OALDERS METACPAN_AUTHOR:=OALDERS
PKG_HASH:=8f1bca12dab16a1c2a7c03a49c5e58cce41a6fec9519f0aadfba8dad997919d9 PKG_HASH:=8f1bca12dab16a1c2a7c03a49c5e58cce41a6fec9519f0aadfba8dad997919d9
PKG_BUILD_DIR:=$(BUILD_DIR)/perl/LWP-MediaTypes-$(PKG_VERSION)
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net> PKG_MAINTAINER:=Jens Wagner <jens@wagner2013.de>
PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
PKG_LICENSE_FILES:=LICENSE PKG_LICENSE_FILES:=LICENSE
include ../metacpan.mk
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include ../perl/perlmod.mk include ../perlmod.mk
define Package/perl-lwp-mediatypes define Package/perl-lwp-mediatypes
SUBMENU:=Perl SUBMENU:=Perl
SECTION:=lang SECTION:=lang
CATEGORY:=Languages CATEGORY:=Languages
TITLE:=Guess media type for a file or a URL TITLE:=Guess media type for a file or a URL
URL:=https://search.cpan.org/dist/LWP-MediaTypes/ URL:=https://metacpan.org/pod/LWP::MediaTypes
DEPENDS:=perl +perlbase-essential DEPENDS:=perl +perlbase-essential +perlbase-file +perlbase-scalar
endef
define Package/perl-lwp-mediatypes/description
This module provides functions for handling media
(also known as MIME) types and encodings.
endef endef
define Build/Configure define Build/Configure
$(call perlmod/Configure,,) $(call perlmod/Configure,,)
endef endef
define Build/Compile define Build/Compile
$(call perlmod/Compile,,) $(call perlmod/Compile,,)
endef endef
define Package/perl-lwp-mediatypes/install define Package/perl-lwp-mediatypes/install
$(call perlmod/Install,$(1),LWP auto/LWP) $(call perlmod/Install,$(1),LWP)
endef endef
$(eval $(call BuildPackage,perl-lwp-mediatypes)) $(eval $(call BuildPackage,perl-lwp-mediatypes))