# This file is part of mingw-cross-env. # See doc/index.html for further information. # libgsf PKG := libgsf $(PKG)_IGNORE := $(PKG)_VERSION := 1.14.19 $(PKG)_CHECKSUM := 125dac2939f9ecc8041c5cb5cbf74a00fd14b6ca $(PKG)_SUBDIR := libgsf-$($(PKG)_VERSION) $(PKG)_FILE := libgsf-$($(PKG)_VERSION).tar.bz2 $(PKG)_WEBSITE := http://ftp.gnome.org/pub/gnome/sources/libgsf/ $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/libgsf/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE) $(PKG)_DEPS := gcc zlib bzip2 glib libxml2 define $(PKG)_UPDATE wget -q -O- 'http://git.gnome.org/browse/libgsf/refs/tags' | \ grep '> '$(1)'/libgsf-1.pc.in cd '$(1)' && aclocal -I m4 cd '$(1)' && autoconf cd '$(1)' && ./configure \ --host='$(TARGET)' \ --disable-shared \ --prefix='$(PREFIX)/$(TARGET)' \ --disable-nls \ --disable-gtk-doc \ --disable-schemas-install \ --without-python \ --without-gnome-vfs \ --without-bonobo \ --with-zlib \ --with-bz2 \ --with-gio \ PKG_CONFIG='$(PREFIX)/bin/$(TARGET)-pkg-config' $(MAKE) -C '$(1)' -j '$(JOBS)' install-pkgconfigDATA $(MAKE) -C '$(1)/gsf' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= endef