comparison src/dbus.mk @ 3484:2029ef6b3388

Update dbus to 1.8.0 * src/dbus.mk: update to version 1.8.0
author John Donoghue <john.donoghue@ieee.org>
date Sat, 01 Feb 2014 14:22:54 -0500
parents 13be64f9f16d
children 30f4b78227af
comparison
equal deleted inserted replaced
3483:2eadc18ef463 3484:2029ef6b3388
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 := dbus 4 PKG := dbus
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.7.6 6 $(PKG)_VERSION := 1.8.0
7 $(PKG)_CHECKSUM := 3b2b5375251408c524519ef8a418ad5681832876 7 $(PKG)_CHECKSUM := d14ab33e92e29fa732cdff69214913832181e737
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://$(PKG).freedesktop.org/releases/$(PKG)/$($(PKG)_FILE) 10 $(PKG)_URL := http://$(PKG).freedesktop.org/releases/$(PKG)/$($(PKG)_FILE)
11 $(PKG)_DEPS := expat 11 $(PKG)_DEPS := expat
12 12