comparison src/gnutls.mk @ 2846:9196b5fdf1c5

update package gnutls
author Mark Brand <mabrand@mabrand.nl>
date Sat, 10 Nov 2012 11:50:40 +0100
parents 0ddfaea74200
children 47558e958113
comparison
equal deleted inserted replaced
2845:c2642e72482c 2846:9196b5fdf1c5
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 := 94f3f74470721f4fd897796a53d6ebcd802bcbb6 5 $(PKG)_CHECKSUM := d3531761f2754e81f72428d482c0689f0a5e064f
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