diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-11 21:29:07 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-11 21:29:21 -0600 |
commit | e84ec4eea8783147c9b954adc608cd7893513b7b (patch) | |
tree | 899067ec098270ec76c3b3dfabcb8ee2585e687b /package/p5-io-interface | |
parent | c6dd48ef6cf2bb4811b614411e467395a830bc72 (diff) |
add some needed packages for lms, update lms to latest.
Diffstat (limited to 'package/p5-io-interface')
-rw-r--r-- | package/p5-io-interface/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
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 |