pycairo was not installed at all
authorJohn Crispin <john@openwrt.org>
Tue, 3 Jun 2008 20:37:52 +0000 (20:37 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 3 Jun 2008 20:37:52 +0000 (20:37 +0000)
SVN-Revision: 11344

lang/pycairo/Makefile

index 903e40c2c853ccaf780cfd8d1afae120e4b095b6..5bf457025feaddde4009c1ce89cc5e65255f270e 100644 (file)
@@ -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