Advertisement
Guest User

Makefile for perl-crypt-openssl-rsa

a guest
Apr 13th, 2011
828
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.88 KB | None | 0 0
  1. include $(TOPDIR)/rules.mk
  2.  
  3. PKG_NAME:=perl-crypt-openssl-rsa
  4. PKG_VERSION:=0.26
  5. PKG_RELEASE:=1
  6. PKG_MD5SUM:=baf875f01ee39b88335b8f0962fe4bbc
  7.  
  8. PKG_SOURCE_URL:=http://search.cpan.org/CPAN/authors/id/I/IR/IROBERTS
  9. PKG_SOURCE:=Crypt-OpenSSL-RSA-$(PKG_VERSION).tar.gz
  10.  
  11. PKG_BUILD_DIR:=$(BUILD_DIR)/perl/Crypt-OpenSSL-RSA-$(PKG_VERSION)
  12.  
  13. include $(INCLUDE_DIR)/package.mk
  14. include ../perl/perlmod.mk
  15.  
  16. define Package/perl-crypt-openssl-rsa
  17. SUBMENU:=Perl
  18. SECTION:=lang
  19. CATEGORY:=Languages
  20. TITLE:=HTTP style message
  21. URL:=http://search.cpan.org/dist/Crypt-OpenSSL-RSA/
  22. DEPENDS:=perl +libopenssl
  23. endef
  24.  
  25. define Build/Configure
  26.         $(call perlmod/Configure,,)
  27. endef
  28.  
  29. define Build/Compile
  30.         $(call perlmod/Compile,,)
  31. endef
  32.  
  33. define Package/perl-crypt-openssl-rsa/install
  34. $(call perlmod/Install,$(1),Crypt auto/Crypt)
  35. endef
  36.  
  37.  
  38. $(eval $(call BuildPackage,perl-crypt-openssl-rsa))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement