From: John Crispin Date: Tue, 3 Jun 2008 20:37:52 +0000 (+0000) Subject: pycairo was not installed at all X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=90a73bb2e4e19cdc1ae08a84f34b9f9d53282a76;p=openwrt%2Fsvn-archive%2Fpackages.git pycairo was not installed at all SVN-Revision: 11344 --- diff --git a/lang/pycairo/Makefile b/lang/pycairo/Makefile index 903e40c2c..5bf457025 100644 --- a/lang/pycairo/Makefile +++ b/lang/pycairo/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.4.12 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.cairographics.org/releases/ +PKG_SOURCE_URL:=http://www.cairographics.org/releases PKG_BUILD_DEPENDS:=python cairo PKG_FIXUP:=libtool @@ -51,7 +51,7 @@ define Build/InstallDev cp -r $(PKG_INSTALL_DIR)/* $(1) endef -define Package/python-gtk/install +define Package/pycairo/install mkdir -p $(1) cp -r $(PKG_INSTALL_DIR)/* $(1) endef