projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b30c6c6
)
[packages] sqlite3-ruby: mark it as broken, does not cross-compile cleanly anymore...
author
Nicolas Thill
<nico@openwrt.org>
Sun, 18 Apr 2010 23:57:43 +0000
(23:57 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 18 Apr 2010 23:57:43 +0000
(23:57 +0000)
SVN-Revision: 21009
lang/sqlite3-ruby/Makefile
patch
|
blob
|
history
diff --git
a/lang/sqlite3-ruby/Makefile
b/lang/sqlite3-ruby/Makefile
index 3875e3091d45189e3a031a95c167e841e90c79a4..c675550184f4f24b7e546a1840ef793c0f31d684 100644
(file)
--- a/
lang/sqlite3-ruby/Makefile
+++ b/
lang/sqlite3-ruby/Makefile
@@
-23,7
+23,7
@@
define Package/ruby-sqlite3
CATEGORY:=Languages
TITLE:=Ruby interface for SQLite
URL:=http://www.ruby-lang.org/
- DEPENDS:=+libruby +libsqlite3
+ DEPENDS:=+libruby +libsqlite3
@BROKEN
endef
RUBY:= \
@@
-42,8
+42,8
@@
define Build/Compile
endef
define Package/ruby-sqlite3/install
- $(INSTALL_DIR) $(1)
/usr/lib/ruby/1.8
- $(CP) $(PKG_INSTALL_DIR)/
usr/lib/ruby/site_ruby/1.8/* $(1)/usr/lib/ruby/1.8
/
+ $(INSTALL_DIR) $(1)
+ $(CP) $(PKG_INSTALL_DIR)/
* $(1)
/
endef