summaryrefslogtreecommitdiff
path: root/package/p5-disgest-sha1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/p5-disgest-sha1/Makefile')
-rw-r--r--package/p5-disgest-sha1/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/package/p5-disgest-sha1/Makefile b/package/p5-disgest-sha1/Makefile
new file mode 100644
index 000000000..dd8e253c3
--- /dev/null
+++ b/package/p5-disgest-sha1/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 $(TOPDIR)/rules.mk
+
+PKG_NAME:= p5-digest-sha1
+PKG_VERSION:= 2.13
+PKG_RELEASE:= 1
+PKG_MD5SUM:= bd22388f268434f2b24f64e28bf1aa35
+PKG_DESCR:= interface to the sha-1 algorithm
+PKG_SECTION:= dev/perl
+PKG_DEPENDS:= perl
+PKG_BUILDDEP:= perl
+PKG_SITES:= http://cpan.metacpan.org/authors/id/G/GA/GAAS/
+
+DISTFILES:= Digest-SHA1-${PKG_VERSION}.tar.gz
+WRKDIST= ${WRKDIR}/Digest-SHA1-${PKG_VERSION}
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,P5_DIGEST_SHA1,p5-digest-sha1,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+include $(TOPDIR)/mk/perl.mk
+
+CONFIG_STYLE:= perl
+XAKE_FLAGS+= $(PERL_ENV)
+
+p5-digest-sha1-install:
+ $(INSTALL_DIR) $(IDIR_P5_DIGEST_SHA1)$(PERL_SITEDIR)
+ $(CP) $(WRKINST)$(PERL_SITEDIR)/* \
+ $(IDIR_P5_DIGEST_SHA1)$(PERL_SITEDIR)
+
+include ${TOPDIR}/mk/pkg-bottom.mk