#
# Copyright (C) 2007-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

include $(TOPDIR)/rules.mk

PKG_NAME:=gobject-introspection
PKG_VERSION:=1.58.0
PKG_RELEASE:=1

PKG_FIXUP:=autoreconf

PKG_SOURCE:=gobject-introspection-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNOME/gobject-introspection/1.34
PKG_MD5SUM:=98e22099fc5de643283fb3cf5a6a96f6


include $(INCLUDE_DIR)/package.mk

define Package/gobject-introspection
  SECTION:=libs
  CATEGORY:=Libraries
  DEPENDS:=+libffi +glib2 +python
  TITLE:=gobject introspection
  URL:=https://live.gnome.org/GObjectIntrospection
endef

define Package/gobject-introspection/description
  gobject introspection
endef

TARGET_CFLAGS += $(FPIC)

CONFIGURE_ARGS += \
    --enable-shared \
    --enable-static 


define Package/gobject-introspection/install
	echo "i am install"
endef


$(eval $(call BuildPackage,gobject-introspection))
