comparison src/gnutls.mk @ 2790:a57beaebd22a

update package gnutls
author Mark Brand <mabrand@mabrand.nl>
date Thu, 27 Sep 2012 11:34:44 +0200
parents 1a91124dd342
children 0ddfaea74200
comparison
equal deleted inserted replaced
2789:f20bbf45b91a 2790:a57beaebd22a
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := gnutls 4 PKG := gnutls
5 $(PKG)_CHECKSUM := 4badef78839de0d2606cb1767f44232fb606d941 5 $(PKG)_CHECKSUM := 38591da6484e7f47effaf301adde5fec00b18c2d
6 $(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION) 6 $(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION)
7 $(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz 7 $(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz
8 $(PKG)_URL := http://ftp.gnu.org/gnu/gnutls/$($(PKG)_FILE) 8 $(PKG)_URL := http://ftp.gnu.org/gnu/gnutls/$($(PKG)_FILE)
9 $(PKG)_DEPS := gcc nettle zlib 9 $(PKG)_DEPS := gcc nettle zlib
10 10