From e84ec4eea8783147c9b954adc608cd7893513b7b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 11 Dec 2014 21:29:07 -0600 Subject: add some needed packages for lms, update lms to latest. --- package/p5-io-interface/Makefile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 package/p5-io-interface/Makefile (limited to 'package/p5-io-interface') diff --git a/package/p5-io-interface/Makefile b/package/p5-io-interface/Makefile new file mode 100644 index 000000000..0886e4a2d --- /dev/null +++ b/package/p5-io-interface/Makefile @@ -0,0 +1,33 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(ADK_TOPDIR)/rules.mk + +PKG_NAME:= p5-io-interface +PKG_VERSION:= 1.08 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 38c292a4d0976dd38179cfbfdca5e777 +PKG_DESCR:= extension for access to network card configuration information +PKG_SECTION:= dev/perl +PKG_DEPENDS:= perl +PKG_BUILDDEP:= perl +PKG_SITES:= http://cpan.metacpan.org/authors/id/L/LD/LDS/ + +DISTFILES:= IO-Interface-${PKG_VERSION}.tar.gz +WRKDIST= ${WRKDIR}/IO-Interface-${PKG_VERSION} + +include $(ADK_TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,P5_IO_INTERFACE,p5-io-interface,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +include $(ADK_TOPDIR)/mk/perl.mk + +CONFIG_STYLE:= perl +XAKE_FLAGS+= $(PERL_ENV) + +p5-io-interface-install: + $(INSTALL_DIR) $(IDIR_P5_IO_INTERFACE)$(PERL_SITEDIR) + $(CP) $(WRKINST)$(PERL_SITEDIR)/* \ + $(IDIR_P5_IO_INTERFACE)$(PERL_SITEDIR) + +include ${ADK_TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3