X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Flibgcrypt%2FMakefile;h=b6719e7cf6a52720103dd63021f127b5003e7a3f;hp=a20e457d480a64db861d4d1b52a424e2bdaaa66d;hb=6d892c2a3f1cd389aed7054ebfc052da37031ec5;hpb=31746dfb3bbcd2d9658d1f4fe234e6d09bbf4a12 diff --git a/libs/libgcrypt/Makefile b/libs/libgcrypt/Makefile index a20e457d48..b6719e7cf6 100644 --- a/libs/libgcrypt/Makefile +++ b/libs/libgcrypt/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2005-2008 OpenWrt.org +# Copyright (C) 2005-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libgcrypt -PKG_VERSION:=1.4.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.gnupg.org/gcrypt/libgcrypt/ -PKG_MD5SUM:=26703ecef4bbe113b8e6a87572b80b32 +PKG_MD5SUM:=34105aa927e23c217741966496b97e67 PKG_FIXUP:=libtool @@ -56,7 +56,7 @@ define Build/Compile endef define Build/InstallDev - mkdir -p $(1)/usr/bin $(2)/bin $(1)/usr/include $(1)/usr/lib $(1)/usr/share/aclocal + $(INSTALL_DIR) $(1)/usr/bin $(2)/bin $(1)/usr/include $(1)/usr/lib $(1)/usr/share/aclocal $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/libgcrypt-config $(1)/usr/bin/ $(CP) $(PKG_INSTALL_DIR)/usr/include/gcrypt*.h $(1)/usr/include/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgcrypt.{la,a,so*} $(1)/usr/lib/