|
@@ -36,7 +36,7 @@ CONFIGURE_ARGS:= \
|
36
|
36
|
--prefix=/usr \
|
37
|
37
|
--cross-root="$(STAGING_DIR) $(TOOLCHAIN_DIR)" \
|
38
|
38
|
--enable-shared \
|
39
|
|
- --without-libdbi \
|
|
39
|
+ --without-libdbi
|
40
|
40
|
|
41
|
41
|
define Build/Compile
|
42
|
42
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
|
@@ -66,12 +66,12 @@ define Package/gammu/install
|
66
|
66
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/lib{Gammu*,gsmsd*} $(1)/usr/lib
|
67
|
67
|
$(INSTALL_DIR) $(1)/etc/init.d
|
68
|
68
|
$(INSTALL_DIR) $(1)/etc/config
|
69
|
|
- $(INSTALL_CONF) ./files/smsd $(1)/etc/config/smsd
|
70
|
|
- $(INSTALL_BIN) ./files/smsd.init $(1)/etc/init.d/smsd
|
|
69
|
+ $(INSTALL_CONF) ./files/gammu $(1)/etc/config/gammu
|
|
70
|
+ $(INSTALL_BIN) ./files/gammu.init $(1)/etc/init.d/gammu
|
71
|
71
|
endef
|
72
|
72
|
|
73
|
73
|
define Package/gammu/conffiles
|
74
|
|
-/etc/config/smsd
|
|
74
|
+/etc/config/gammu
|
75
|
75
|
endef
|
76
|
76
|
|
77
|
77
|
$(eval $(call BuildPackage,gammu))
|