projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b99946
)
pycairo was not installed at all
author
John Crispin
<john@openwrt.org>
Tue, 3 Jun 2008 20:37:52 +0000
(20:37 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 3 Jun 2008 20:37:52 +0000
(20:37 +0000)
SVN-Revision: 11344
lang/pycairo/Makefile
patch
|
blob
|
history
diff --git
a/lang/pycairo/Makefile
b/lang/pycairo/Makefile
index 903e40c2c853ccaf780cfd8d1afae120e4b095b6..5bf457025feaddde4009c1ce89cc5e65255f270e 100644
(file)
--- 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/py
thon-gtk
/install
+define Package/py
cairo
/install
mkdir -p $(1)
cp -r $(PKG_INSTALL_DIR)/* $(1)
endef