summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2006-03-27 13:35:50 (UTC)
committer mickeyl <mickeyl>2006-03-27 13:35:50 (UTC)
commit8d8474e48d134c6ee64311d47f22753adcd63d10 (patch) (unidiff)
tree4570e65acbc517e664124fedf1fc1577fd8964cf
parent8cd6aceae9ddf16a7f6ed3a10d361f927fd164e1 (diff)
downloadopie-8d8474e48d134c6ee64311d47f22753adcd63d10.zip
opie-8d8474e48d134c6ee64311d47f22753adcd63d10.tar.gz
opie-8d8474e48d134c6ee64311d47f22753adcd63d10.tar.bz2
add obexftp dependency to build system. patch courtesy Dmitriy Korovkin - thanks
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--README3
-rw-r--r--Rules.make4
-rw-r--r--dependencies.in11
3 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
index e142382..89a9892 100644
--- a/README
+++ b/README
@@ -75,24 +75,27 @@ For a successful Opie build, you need to install the following libraries and hea
75* libpcap >= 0.7.2 75* libpcap >= 0.7.2
76 http://www.tcpdump.org/release/ 76 http://www.tcpdump.org/release/
77 77
78* libetpan >= 0.34 78* libetpan >= 0.34
79 http://prdownloads.sourceforge.net/libetpan/ 79 http://prdownloads.sourceforge.net/libetpan/
80 80
81* libsqlite >= 3.0.0 81* libsqlite >= 3.0.0
82 http://www.sqlite.org/download.html 82 http://www.sqlite.org/download.html
83 83
84* libipk >= 138 84* libipk >= 138
85 ftp://handhelds.org/linux/packages/ipkg 85 ftp://handhelds.org/linux/packages/ipkg
86 86
87* libobexftp >= 0.19
88 http://triq.net/obexftp.html
89
873. Required Programs 903. Required Programs
88==================== 91====================
89 92
90For a successful usage of Opie, you should install the following programs: 93For a successful usage of Opie, you should install the following programs:
91 94
92* obexftpd 95* obexftpd
93* obextool 96* obextool
94 97
954. Supported Devices 984. Supported Devices
96==================== 99====================
97 100
98Sharp Zaurus SL-5x00, SL-B500, SL-C7x0, SL-C8x0, SL-C1000, SL-C3000, SL-C3100, SL-6000 101Sharp Zaurus SL-5x00, SL-B500, SL-C7x0, SL-C8x0, SL-C1000, SL-C3000, SL-C3100, SL-6000
diff --git a/Rules.make b/Rules.make
index 9eeb9f9..a21404f 100644
--- a/Rules.make
+++ b/Rules.make
@@ -122,24 +122,28 @@ ifeq ($(CONFIG_LIBSDK_DEP),y)
122endif 122endif
123ifeq ($(CONFIG_LIBSWORD_DEP),y) 123ifeq ($(CONFIG_LIBSWORD_DEP),y)
124 echo LIBSWORD_LIB_DIR = $(CONFIG_LIBSWORD_LIB_DIR) >> $@ 124 echo LIBSWORD_LIB_DIR = $(CONFIG_LIBSWORD_LIB_DIR) >> $@
125 echo LIBSWORD_INC_DIR = $(CONFIG_LIBSWORD_INC_DIR) >> $@ 125 echo LIBSWORD_INC_DIR = $(CONFIG_LIBSWORD_INC_DIR) >> $@
126endif 126endif
127ifeq ($(CONFIG_LIBFREETYPE2_DEP),y) 127ifeq ($(CONFIG_LIBFREETYPE2_DEP),y)
128 echo LIBFREETYPE2_INC_DIR = $(CONFIG_LIBFREETYPE2_INC_DIR) >> $@ 128 echo LIBFREETYPE2_INC_DIR = $(CONFIG_LIBFREETYPE2_INC_DIR) >> $@
129endif 129endif
130ifeq ($(CONFIG_LIBFLITE_DEP),y) 130ifeq ($(CONFIG_LIBFLITE_DEP),y)
131 echo LIBFLITE_LIB_DIR = $(CONFIG_LIBFLITE_LIB_DIR) >> $@ 131 echo LIBFLITE_LIB_DIR = $(CONFIG_LIBFLITE_LIB_DIR) >> $@
132 echo LIBFLITE_INC_DIR = $(CONFIG_LIBFLITE_INC_DIR) >> $@ 132 echo LIBFLITE_INC_DIR = $(CONFIG_LIBFLITE_INC_DIR) >> $@
133endif 133endif
134ifeq ($(CONFIG_LIBOBEXFTP_DEP),y)
135 echo LIBOBEXFTP_INC_DIR = $(CONFIG_LIBOBEXFTP_INC_DIR) >> $@
136 echo LIBOBEXFTP_LIB_DIR = $(CONFIG_LIBOBEXFTP_LIB_DIR) >> $@
137endif
134$(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)/config.in\; fi\;) $(TOPDIR)/.config $(TOPDIR)/packages 138$(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)/config.in\; fi\;) $(TOPDIR)/.config $(TOPDIR)/packages
135 @echo Generating dependency information... 139 @echo Generating dependency information...
136# add to subdir-y, and add descend rules 140# add to subdir-y, and add descend rules
137 @cat $(TOPDIR)/packages | grep -v '^#' | \ 141 @cat $(TOPDIR)/packages | grep -v '^#' | \
138 awk '{print \ 142 awk '{print \
139 ".PHONY : " $$2 "\n" \ 143 ".PHONY : " $$2 "\n" \
140 "subdir-$$(" $$1 ") += " $$2 "\n\n"; \ 144 "subdir-$$(" $$1 ") += " $$2 "\n\n"; \
141 print $$2 " : " $$2 "/Makefile\n\t+$$(call descend,$$@,$(filter-out $$@,$$(filter-out $$@,$$(MAKECMDGOALS))))\n"; }' > $(TOPDIR)/.depends 145 print $$2 " : " $$2 "/Makefile\n\t+$$(call descend,$$@,$(filter-out $$@,$$(filter-out $$@,$$(MAKECMDGOALS))))\n"; }' > $(TOPDIR)/.depends
142 cat $(TOPDIR)/packages | grep -v '^#' | \ 146 cat $(TOPDIR)/packages | grep -v '^#' | \
143 perl -ne '($$cfg, $$dir, $$pro) = $$_ =~ /^(\S+)\s+(\S+)\s+(\S+)/; if ( -e "$$dir/$$pro" ) { print "$$dir/Makefile : $$dir/$$pro \$$(QMAKE) \$$(OPIEDIR)/gen.pro \$$(OPIEDIR)/.config\n\t\$$(call makefilegen,\$$@)\n\n"; }' \ 147 perl -ne '($$cfg, $$dir, $$pro) = $$_ =~ /^(\S+)\s+(\S+)\s+(\S+)/; if ( -e "$$dir/$$pro" ) { print "$$dir/Makefile : $$dir/$$pro \$$(QMAKE) \$$(OPIEDIR)/gen.pro \$$(OPIEDIR)/.config\n\t\$$(call makefilegen,\$$@)\n\n"; }' \
144 >> $(TOPDIR)/.depends 148 >> $(TOPDIR)/.depends
145# interpackage dependency generation 149# interpackage dependency generation
diff --git a/dependencies.in b/dependencies.in
index 2a3d34a..8d6fdbe 100644
--- a/dependencies.in
+++ b/dependencies.in
@@ -105,12 +105,23 @@
105 config LIBFLITE_DEP 105 config LIBFLITE_DEP
106 boolean "Have flite library" 106 boolean "Have flite library"
107 default "n" 107 default "n"
108 108
109 config LIBFLITE_INC_DIR 109 config LIBFLITE_INC_DIR
110 string "libflite include dir" 110 string "libflite include dir"
111 depends LIBFLITE_DEP 111 depends LIBFLITE_DEP
112 112
113 config LIBFLITE_LIB_DIR 113 config LIBFLITE_LIB_DIR
114 string "libflite library dir" 114 string "libflite library dir"
115 depends LIBFLITE_DEP 115 depends LIBFLITE_DEP
116 116
117 config LIBOBEXFTP_DEP
118 boolean "Have OBEX FTP library"
119 default "n"
120
121 config LIBOBEXFTP_INC_DIR
122 string "OBEXFTP include dir"
123 depends LIBOBEXFTP_DEP
124
125 config LIBOBEXFTP_LIB_DIR
126 string "OBEXFTP library dir"
127 depends LIBOBEXFTP_DEP