comparison src/vmime.mk @ 2851:053e00ca567e

update package vmime
author Mark Brand <mabrand@mabrand.nl>
date Tue, 13 Nov 2012 14:13:40 +0100
parents 7836cad5a075
children 100e618349f7
comparison
equal deleted inserted replaced
2850:00ff585780db 2851:053e00ca567e
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 := vmime 4 PKG := vmime
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := c33ca934b341ba6e145bb152c83ff4f31a49ba89 6 $(PKG)_CHECKSUM := 670aaecfbab41747e3a8f1d80dd757eb01ac93cb
7 $(PKG)_SUBDIR := kisli-vmime-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := kisli-vmime-$($(PKG)_VERSION)
8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
9 $(PKG)_URL := https://github.com/kisli/vmime/tarball/$($(PKG)_VERSION)/$(PKG)_FILE 9 $(PKG)_URL := https://github.com/kisli/vmime/tarball/$($(PKG)_VERSION)/$(PKG)_FILE
10 $(PKG)_DEPS := gcc libiconv gnutls libgsasl pthreads zlib 10 $(PKG)_DEPS := gcc libiconv gnutls libgsasl pthreads zlib
11 11