summaryrefslogtreecommitdiff
path: root/package/p5-anyevent
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-07-25 22:47:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-07-25 22:47:39 +0200
commiteff01a75ffd024cb8c0f30410aa304b7c12c1795 (patch)
treedfedc991e8b8bc7fd6e08b8f74a7636df28713c7 /package/p5-anyevent
parent1b41d82cd4dba1cad21b5e6813e3f90c4ec2a337 (diff)
update some perl modules for logitech mediaserver
Diffstat (limited to 'package/p5-anyevent')
-rw-r--r--package/p5-anyevent/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/package/p5-anyevent/Makefile b/package/p5-anyevent/Makefile
new file mode 100644
index 000000000..067f6c0dd
--- /dev/null
+++ b/package/p5-anyevent/Makefile
@@ -0,0 +1,36 @@
+# 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-anyevent
+PKG_VERSION:= 7.11
+PKG_RELEASE:= 1
+PKG_HASH:= 8bf1b59860d04daeec4f6f56e3b86b581dfabacbc3ba0442e493e267b4b9f522
+PKG_DESCR:= anyevent
+PKG_SECTION:= dev/perl
+PKG_DEPENDS:= perl
+PKG_BUILDDEP:= perl
+PKG_SITES:= http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/
+
+DISTFILES:= AnyEvent-${PKG_VERSION}.tar.gz
+WRKDIST= ${WRKDIR}/AnyEvent-${PKG_VERSION}
+
+include $(ADK_TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,P5_ANYEVENT,p5-anyevent,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+include $(ADK_TOPDIR)/mk/perl.mk
+
+CONFIG_STYLE:= perl
+XAKE_FLAGS+= $(PERL_ENV)
+
+post-extract:
+ @touch $(STAGING_TARGET_DIR)/$(PERL_INCDIR)/patchlevel-debian.h
+
+p5-anyevent-install:
+ $(INSTALL_DIR) $(IDIR_P5_ANYEVENT)$(PERL_SITEDIR)
+ $(CP) $(WRKINST)$(PERL_SITEDIR)/* \
+ $(IDIR_P5_ANYEVENT)$(PERL_SITEDIR)
+
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk