Browse Source

perl-file-listing: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia 9 years ago
parent
commit
d98413410f
1 changed files with 48 additions and 0 deletions
  1. +48
    -0
      lang/perl-file-listing/Makefile

+ 48
- 0
lang/perl-file-listing/Makefile View File

@ -0,0 +1,48 @@
#
# 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
PKG_NAME:=perl-file-listing
PKG_VERSION:=6.04
PKG_RELEASE:=1
PKG_SOURCE_URL:=http://www.cpan.org/authors/id/G/GA/GAAS
PKG_SOURCE:=File-Listing-$(PKG_VERSION).tar.gz
PKG_MD5SUM:=83f636b477741f3a014585bb9cc079a6
PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
PKG_BUILD_DIR:=$(BUILD_DIR)/perl/File-Listing-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
include ../perl/perlmod.mk
define Package/perl-file-listing
SUBMENU:=Perl
SECTION:=lang
CATEGORY:=Languages
TITLE:=Parse directory listing
URL:=http://search.cpan.org/dist/File-Listing/
DEPENDS:=perl +perl-http-date
endef
define Build/Configure
$(call perlmod/Configure,,)
endef
define Build/Compile
$(call perlmod/Compile,,)
endef
define Package/perl-file-listing/install
$(call perlmod/Install,$(1),File auto/File)
endef
$(eval $(call BuildPackage,perl-file-listing))

Loading…
Cancel
Save