comparison src/libsigc++.mk @ 2828:ecc3e1e93194

update package libsigc++
author Mark Brand <mabrand@mabrand.nl>
date Fri, 19 Oct 2012 07:46:39 +0200
parents 8d461c0981a5
children 47558e958113
comparison
equal deleted inserted replaced
2827:05e2ba2637c1 2828:ecc3e1e93194
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 := libsigc++ 4 PKG := libsigc++
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := bbec3d8c54a17f19d63f9decbb91b0d79ea0d02e 6 $(PKG)_CHECKSUM := 6d23b44ab37b4f908c850c3d9898e42da54a0d8d
7 $(PKG)_SUBDIR := libsigc++-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := libsigc++-$($(PKG)_VERSION)
8 $(PKG)_FILE := libsigc++-$($(PKG)_VERSION).tar.xz 8 $(PKG)_FILE := libsigc++-$($(PKG)_VERSION).tar.xz
9 $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/libsigc++/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE) 9 $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/libsigc++/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc 10 $(PKG)_DEPS := gcc
11 11