7557c827e2f7636b7e483381e78285f8f8829893
[project/luci.git] / contrib / package / luci / Makefile
1 include $(TOPDIR)/rules.mk
2
3 PKG_BRANCH:=trunk
4 PKG_SOURCE_URL:=https://dev.leipzig.freifunk.net/svn/ff-luci/$(PKG_BRANCH)
5 PKG_REV:=$(shell LC_ALL=C svn info ${PKG_SOURCE_URL} | sed -ne's/^Last Changed Rev: //p')
6
7 PKG_NAME:=luci
8 PKG_VERSION:=0.6+svn$(PKG_REV)
9 PKG_RELEASE:=1
10
11 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
12 PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
13 PKG_SOURCE_PROTO:=svn
14 PKG_SOURCE_VERSION:=$(PKG_REV)
15
16 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
17 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
18
19 LUA_TARGET:=source
20 PKG_SELECTED_MODULES:=
21
22
23 include $(INCLUDE_DIR)/package.mk
24
25 define Build/Configure
26 endef
27
28 ### Templates ###
29
30 define Package/luci/libtemplate
31   SECTION:=admin
32   CATEGORY:=Administration
33   TITLE:=LuCI - Lua Configuration Interface
34   URL:=http://luci.freifunk-halle.net/
35   MAINTAINER:=Steven Barth <steven-at-midlink-dot-org>
36   SUBMENU:=LuCI - Libraries
37   DEPENDS:=+luci-core
38 endef
39
40 define Package/luci/fftemplate
41   $(call Package/luci/libtemplate)
42   SUBMENU:=LuCI - Freifunk Support
43   DEPENDS:=+luci-mod-freifunk
44 endef
45
46 define Package/luci/i18ntemplate
47   $(call Package/luci/libtemplate)
48   SUBMENU:=LuCI - Translations
49   DEPENDS:=+luci-web
50 endef
51
52 define Package/luci/thtemplate
53   $(call Package/luci/libtemplate)
54   SUBMENU:=LuCI - Themes
55   DEPENDS:=+luci-web
56 endef
57
58 define Package/luci/webtemplate
59   $(call Package/luci/libtemplate)
60   SUBMENU:=LuCI - Webinterface Components
61 endef
62
63
64 define Package/luci/install/template
65         $(CP) -a $(PKG_BUILD_DIR)/$(2)/dist/* $(1)/ -R
66         $(CP) -a $(PKG_BUILD_DIR)/$(2)/ipkg/* $(1)/CONTROL/ 2>/dev/null || true
67 endef
68
69
70
71 ### Core package ###
72
73 define Package/luci-core
74   $(call Package/luci/libtemplate)
75   DEPENDS:=+lua +luaposix
76   TITLE:=LuCI core libraries
77 endef
78
79 define Package/luci-core/install                
80         $(call Package/luci/install/template,$(1),libs/core)
81 endef
82
83 define Package/luci-core/config
84        choice
85                prompt "Build Target"
86                default PACKAGE_luci-core_compile
87
88        config PACKAGE_luci-core_compile
89                bool "Production"
90
91        config PACKAGE_luci-core_source
92                bool "Debug"
93
94        endchoice
95 endef
96
97 ifneq ($(CONFIG_PACKAGE_luci-core_compile),)
98         LUA_TARGET:=compile
99 endif
100
101
102 ### Libraries ###
103 define Package/luci-cbi
104   $(call Package/luci/libtemplate)
105   DEPENDS+=+luci-web
106   TITLE:=Configuration Binding Interface
107 endef
108
109 define Package/luci-cbi/install
110         $(call Package/luci/install/template,$(1),libs/cbi)
111 endef
112
113
114 define Package/luci-uci
115   $(call Package/luci/libtemplate)
116   DEPENDS+=+libuci-lua
117   TITLE:=High-Level UCI API
118 endef
119
120 define Package/luci-uci/install
121         $(call Package/luci/install/template,$(1),libs/uci)
122 endef
123
124
125 define Package/luci-fastindex
126   $(call Package/luci/libtemplate)
127   TITLE:=Fastindex indexing module
128 endef
129
130 define Package/luci-fastindex/install
131         $(call Package/luci/install/template,$(1),libs/fastindex)
132 endef
133
134
135 define Package/luci-web
136   $(call Package/luci/libtemplate)
137   DEPENDS+=+luci-addons +luci-uci
138   TITLE:=MVC Webframework
139 endef
140
141 define Package/luci-web/conffiles
142 /etc/config/luci
143 endef
144
145 define Package/luci-web/install
146         $(call Package/luci/install/template,$(1),libs/web)
147 endef
148
149
150
151 ### Community Packages ###
152
153 define Package/luci-ff-halle
154   $(call Package/luci/fftemplate)
155   DEPENDS+= \
156    +luci-sgi-haserl +luci-app-splash +luci-app-olsr \
157    +luci-app-ffwizard-leipzig \
158    +luci-theme-fledermaus \
159    +luci-i18n-german \
160    +olsrd +olsrd-mod-dyn-gw +olsrd-mod-txtinfo +olsrd-mod-nameservice \
161    +kmod-tun +ip
162   TITLE:=Freifunk Halle Community Meta-Package
163 endef
164
165 define Package/luci-ff-halle/install
166         $(call Package/luci/install/template,$(1),applications/community-halle)
167 endef
168
169
170 define Package/luci-ff-leipzig
171   $(call Package/luci/fftemplate)
172   DEPENDS+= \
173    +luci-sgi-haserl +luci-app-splash +luci-app-olsr \
174    +luci-app-ffwizard-leipzig \
175    +luci-theme-fledermaus \
176    +luci-i18n-german \
177    +olsrd +olsrd-mod-dyn-gw +olsrd-mod-txtinfo +olsrd-mod-nameservice \
178    +kmod-tun +ip
179   TITLE:=Freifunk Leipzig Community Meta-Package
180 endef
181
182 define Package/luci-ff-leipzig/install
183         $(call Package/luci/install/template,$(1),applications/community-leipzig)
184 endef
185
186
187 define Package/luci-ff-hannover
188   $(call Package/luci/fftemplate)
189   DEPENDS+= \
190    +luci-sgi-haserl +luci-app-splash +luci-app-olsr \
191    +luci-theme-fledermaus \
192    +luci-i18n-german \
193    +olsrd +olsrd-mod-dyn-gw +olsrd-mod-txtinfo +olsrd-mod-nameservice
194   TITLE:=Freifunk Hannover Community Meta-Package
195   URL:=http://www.freifunk-hannover.de/
196   MAINTAINER:=Mickey Knox <mickey-at-netfreaks-dot-org>
197 endef
198
199 define Package/luci-ff-hannover/install
200         $(call Package/luci/install/template,$(1),applications/community-hannover)
201 endef
202
203
204 ### Modules ###
205
206 define Package/luci-mod-admin-core
207   $(call Package/luci/webtemplate)
208   DEPENDS+=+luci-web +luci-cbi +luci-theme-openwrt +luci-i18n-english
209   TITLE:=Administration module
210 endef
211
212 define Package/luci-mod-admin-core/install
213         $(call Package/luci/install/template,$(1),modules/admin-core)
214 endef
215
216
217 define Package/luci-mod-freifunk
218   $(call Package/luci/fftemplate)
219   DEPENDS:=+luci-mod-admin-core
220   TITLE:=LuCI Freifunk module
221 endef
222
223 define Package/luci-mod-freifunk/conffiles
224 /etc/config/freifunk
225 endef
226
227 define Package/luci-mod-freifunk/install
228         $(call Package/luci/install/template,$(1),modules/freifunk)
229 endef
230
231
232
233 ### Applications ###
234
235 define Package/luci-app-ffwizard-leipzig
236   $(call Package/luci/fftemplate)
237   DEPENDS+=+luci-app-firewall
238   TITLE:=Freifunk Leipzig configuration wizard
239 endef
240
241 define Package/luci-app-ffwizard-leipzig/install
242         $(call Package/luci/install/template,$(1),applications/luci-ffwizard-leipzig)
243 endef
244
245
246 define Package/luci-app-firewall
247   $(call Package/luci/webtemplate)
248   DEPENDS+=+luci-mod-admin-core
249   TITLE:=Firewall and Portforwarding application
250 endef
251
252 define Package/luci-app-firewall/conffiles
253 /etc/config/luci_fw
254 endef
255
256 define Package/luci-app-firewall/install
257         $(call Package/luci/install/template,$(1),applications/luci-fw)
258 endef
259
260
261 define Package/luci-app-olsr
262   $(call Package/luci/webtemplate)
263   DEPENDS+=+luci-mod-admin-core +olsrd-mod-txtinfo
264   TITLE:=OLSR configuration and status module
265 endef
266
267 define Package/luci-app-olsr/install
268         $(call Package/luci/install/template,$(1),applications/luci-olsr)
269 endef
270
271
272 define Package/luci-app-qos
273   $(call Package/luci/webtemplate)
274   DEPENDS+=+luci-mod-admin-core +qos-scripts
275   TITLE:=Quality of Service configuration module
276 endef
277
278 define Package/luci-app-qos/install
279         $(call Package/luci/install/template,$(1),applications/luci-qos)
280 endef
281
282
283 define Package/luci-app-splash
284   $(call Package/luci/fftemplate)
285   DEPENDS+=+luci-sgi-haserl +iptables-mod-nat +iptables-mod-ipopt
286   TITLE:=Freifunk DHCP-Splash application
287 endef
288
289 define Package/luci-app-splash/conffiles
290 /etc/config/luci_splash
291 endef
292
293 define Package/luci-app-splash/install
294         $(call Package/luci/install/template,$(1),applications/luci-splash)
295         $(INSTALL_BIN) $(PKG_BUILD_DIR)/applications/luci-splash/dist/usr/sbin/luci-splash $(1)/usr/sbin
296         $(INSTALL_BIN) $(PKG_BUILD_DIR)/applications/luci-splash/dist/etc/init.d/luci_splash $(1)/etc/init.d
297         $(INSTALL_BIN) $(PKG_BUILD_DIR)/applications/luci-splash/dist/etc/cron.minutely/luci_splash $(1)/etc/cron.minutely
298         $(INSTALL_BIN) $(PKG_BUILD_DIR)/applications/luci-splash/dist/usr/lib/luci-splash/htdocs/cgi-bin/index.cgi $(1)/usr/lib/luci-splash/htdocs/cgi-bin
299         $(INSTALL_BIN) $(PKG_BUILD_DIR)/applications/luci-splash/dist/www/cgi-bin/luci-splash $(1)/www/cgi-bin/luci-splash
300 endef
301
302
303 define Package/luci-app-statistics
304   $(call Package/luci/webtemplate)
305   DEPENDS+=+luci-mod-admin-core +collectd +collectd-mod-rrdtool1 +rrdtool1
306   TITLE:=LuCI Statistics Application
307 endef
308
309 define Package/luci-app-statistics/conffiles
310 /etc/config/luci_statistics
311 endef
312
313 define Package/luci-app-statistics/install
314         $(call Package/luci/install/template,$(1),applications/luci-statistics)
315 endef
316
317
318 ### Server Gateway Interfaces ###
319
320 define Package/luci-sgi-haserl
321   $(call Package/luci/libtemplate)
322   DEPENDS+=+luci-web +haserl-lua
323   TITLE:=SGI for Haserl
324 endef
325
326 define Package/luci-sgi-haserl/install
327         $(call Package/luci/install/template,$(1),libs/sgi-haserl)
328 endef
329
330
331 define Package/luci-sgi-webuci
332   $(call Package/luci/libtemplate)
333   DEPENDS+=+luci-web
334   TITLE:=SGI for Webuci
335 endef
336
337 define Package/luci-sgi-webuci/install
338         $(call Package/luci/install/template,$(1),libs/sgi-webuci)
339 endef
340
341 ### Themes ###
342 define Package/luci-theme-fledermaus
343   $(call Package/luci/fftemplate)
344   DEPENDS:=+luci-web
345   TITLE:=Fledermaus Theme
346 endef
347
348 define Package/luci-theme-fledermaus/install
349         $(call Package/luci/install/template,$(1),themes/fledermaus)
350 endef
351
352 define Package/luci-theme-openwrt
353   $(call Package/luci/thtemplate)
354   TITLE:=OpenWRT.org (default)
355 endef
356
357 define Package/luci-theme-openwrt/install
358         $(call Package/luci/install/template,$(1),themes/openwrt.org)
359 endef
360
361 ### Translations ###
362 define Package/luci-i18n-german
363   $(call Package/luci/i18ntemplate)
364   TITLE:=German
365 endef
366
367 define Package/luci-i18n-german/install
368         $(call Package/luci/install/template,$(1),i18n/german)
369 endef
370
371
372 define Package/luci-i18n-english
373   $(call Package/luci/i18ntemplate)
374   TITLE:=English (incomplete)
375 endef
376
377 define Package/luci-i18n-english/install
378         $(call Package/luci/install/template,$(1),i18n/english)
379 endef
380
381
382
383 ### Compile ###
384 ifneq ($(CONFIG_PACKAGE_luci-core),)
385         PKG_SELECTED_MODULES+=libs/core
386 endif
387 ifneq ($(CONFIG_PACKAGE_luci-cbi),)
388         PKG_SELECTED_MODULES+=libs/cbi
389 endif
390 ifneq ($(CONFIG_PACKAGE_luci-fastindex),)
391         PKG_SELECTED_MODULES+=libs/fastindex
392 endif
393 ifneq ($(CONFIG_PACKAGE_luci-uci),)
394         PKG_SELECTED_MODULES+=libs/uci
395 endif
396 ifneq ($(CONFIG_PACKAGE_luci-web),)
397         PKG_SELECTED_MODULES+=libs/web
398 endif
399
400 ifneq ($(CONFIG_PACKAGE_luci-ff-halle),)
401         PKG_SELECTED_MODULES+=applications/community-halle
402 endif
403 ifneq ($(CONFIG_PACKAGE_luci-ff-leipzig),)
404         PKG_SELECTED_MODULES+=applications/community-leipzig
405 endif
406 ifneq ($(CONFIG_PACKAGE_luci-ff-hannover),)
407         PKG_SELECTED_MODULES+=applications/community-hannover
408 endif
409
410 ifneq ($(CONFIG_PACKAGE_luci-mod-admin-core),)
411         PKG_SELECTED_MODULES+=modules/admin-core
412 endif
413 ifneq ($(CONFIG_PACKAGE_luci-mod-freifunk),)
414         PKG_SELECTED_MODULES+=modules/freifunk
415 endif
416
417 ifneq ($(CONFIG_PACKAGE_luci-app-ffwizard-leipzig),)
418         PKG_SELECTED_MODULES+=applications/luci-ffwizard-leipzig
419 endif
420 ifneq ($(CONFIG_PACKAGE_luci-app-firewall),)
421         PKG_SELECTED_MODULES+=applications/luci-fw
422 endif
423 ifneq ($(CONFIG_PACKAGE_luci-app-olsr),)
424         PKG_SELECTED_MODULES+=applications/luci-olsr
425 endif
426 ifneq ($(CONFIG_PACKAGE_luci-app-qos),)
427         PKG_SELECTED_MODULES+=applications/luci-qos
428 endif
429 ifneq ($(CONFIG_PACKAGE_luci-app-splash),)
430         PKG_SELECTED_MODULES+=applications/luci-splash
431 endif
432 ifneq ($(CONFIG_PACKAGE_luci-app-statistics),)
433         PKG_SELECTED_MODULES+=applications/luci-statistics
434 endif
435
436 ifneq ($(CONFIG_PACKAGE_luci-sgi-haserl),)
437         PKG_SELECTED_MODULES+=libs/sgi-haserl
438 endif
439 ifneq ($(CONFIG_PACKAGE_luci-sgi-webuci),)
440         PKG_SELECTED_MODULES+=libs/sgi-webuci
441 endif
442
443 ifneq ($(CONFIG_PACKAGE_luci-theme-fledermaus),)
444         PKG_SELECTED_MODULES+=themes/fledermaus
445 endif
446 ifneq ($(CONFIG_PACKAGE_luci-theme-openwrt),)
447         PKG_SELECTED_MODULES+=themes/openwrt.org
448 endif
449
450 ifneq ($(CONFIG_PACKAGE_luci-i18n-german),)
451         PKG_SELECTED_MODULES+=i18n/german
452 endif
453 ifneq ($(CONFIG_PACKAGE_luci-i18n-english),)
454         PKG_SELECTED_MODULES+=i18n/english
455 endif
456
457
458 MAKE_FLAGS += MODULES="$(PKG_SELECTED_MODULES)" LUA_TARGET="$(LUA_TARGET)" CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" LDFLAGS="$(TARGET_LDFLAGS)"
459
460
461 $(eval $(call BuildPackage,luci-core))
462 $(eval $(call BuildPackage,luci-cbi))
463 $(eval $(call BuildPackage,luci-fastindex))
464 $(eval $(call BuildPackage,luci-uci))
465 $(eval $(call BuildPackage,luci-web))
466
467 $(eval $(call BuildPackage,luci-ff-halle))
468 $(eval $(call BuildPackage,luci-ff-leipzig))
469 $(eval $(call BuildPackage,luci-ff-hannover))
470
471 $(eval $(call BuildPackage,luci-mod-admin-core))
472 $(eval $(call BuildPackage,luci-mod-freifunk))
473
474 $(eval $(call BuildPackage,luci-app-ffwizard-leipzig))
475 $(eval $(call BuildPackage,luci-app-firewall))
476 $(eval $(call BuildPackage,luci-app-olsr))
477 $(eval $(call BuildPackage,luci-app-qos))
478 $(eval $(call BuildPackage,luci-app-splash))
479 $(eval $(call BuildPackage,luci-app-statistics))
480
481 $(eval $(call BuildPackage,luci-sgi-haserl))
482 $(eval $(call BuildPackage,luci-sgi-webuci))
483
484 $(eval $(call BuildPackage,luci-theme-fledermaus))
485 $(eval $(call BuildPackage,luci-theme-openwrt))
486
487 $(eval $(call BuildPackage,luci-i18n-german))
488 $(eval $(call BuildPackage,luci-i18n-english))