comparison src/gnutls.mk @ 2821:0ddfaea74200

update package gnutls
author Mark Brand <mabrand@mabrand.nl>
date Fri, 12 Oct 2012 20:23:29 +0200
parents a57beaebd22a
children 9196b5fdf1c5
comparison
equal deleted inserted replaced
2820:b8257faceb70 2821:0ddfaea74200
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 := 38591da6484e7f47effaf301adde5fec00b18c2d 5 $(PKG)_CHECKSUM := 94f3f74470721f4fd897796a53d6ebcd802bcbb6
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