[package] update libmcrypt to 2.5.8 (#3602)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16819 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-07-12 17:46:27 +00:00
parent b30e3416fd
commit 0ac173fb47

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2006 OpenWrt.org # Copyright (C) 2006-2008 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=libmcrypt PKG_NAME:=libmcrypt
PKG_VERSION:=2.5.7 PKG_VERSION:=2.5.8
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/mcrypt PKG_SOURCE_URL:=@SF/mcrypt
PKG_MD5SUM:=b1be163143f8e8ed0474beeb642b3bad PKG_MD5SUM:=c4f491dd411a09e9de3b8702ea6f73eb
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -25,7 +25,7 @@ define Package/libmcrypt
endef endef
define Package/libmcrypt/description define Package/libmcrypt/description
libmcrypt is a cryptographic library that conveniently brings libmcrypt is a cryptographic library that conveniently brings
together a variety of ciphers for convenient use. together a variety of ciphers for convenient use.
endef endef
@ -46,7 +46,7 @@ endef
define Build/InstallDev define Build/InstallDev
mkdir -p $(1)/usr/include mkdir -p $(1)/usr/include
$(CP) $(PKG_INSTALL_DIR)/usr/include/mcrypt.h $(1)/usr/include/ $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
mkdir -p $(1)/usr/lib mkdir -p $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libmcrypt.{a,so*} $(1)/usr/lib/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libmcrypt.{a,so*} $(1)/usr/lib/
mkdir -p $(1)/usr/bin mkdir -p $(1)/usr/bin