Update iodine to 0.4.2 (#3877)
[openwrt/svn-archive/archive.git] / lang / telepathy-python / Makefile
index 853210a951daa9b39a5afd691d7c84598d2f1c9b..25990054b2490d8d5f0786e0f8f6f39b1776e04e 100644 (file)
@@ -12,6 +12,7 @@ PKG_VERSION:=0.15.0
 PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://telepathy.freedesktop.org/releases/telepathy-python/
+PKG_MD5SUM:=678a28e3b7d06f75940beec28130d9a5
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -38,3 +39,7 @@ define Package/telepathy-python/install
 endef
 
 $(eval $(call BuildPackage,telepathy-python))
+
+$(eval $(call RequireCommand,xsltproc, \
+       $(PKG_NAME) requires xsltproc installed on the host-system. \
+))