8magsvn – Diff between revs 17 and 19
Show entire file –
Ignore whitespace
Rev 17 |
|
Rev 19 |
Line 24... |
|
Line 24... |
24 |
define Package/sidd/description |
|
24 |
define Package/sidd/description |
25 |
sidd daemon is desinged to record SID events |
|
25 |
sidd daemon is desinged to record SID events |
26 |
endef |
|
26 |
endef |
27 |
|
|
27 |
|
28 |
define Package/sidd/conffiles |
|
28 |
define Package/sidd/conffiles |
29 |
./files/sidd.conf |
|
29 |
/etc/sidd.conf |
30 |
endef |
|
30 |
endef |
31 |
|
|
31 |
|
32 |
define Build/Compile |
|
32 |
define Build/Compile |
33 |
$(TARGET_CC) -g -O2 $(PKG_BUILD_DIR)/src/sidd.c -o $(PKG_BUILD_DIR)/$(PKG_NAME) -lfftw3 |
|
33 |
$(TARGET_CC) -g -O2 $(PKG_BUILD_DIR)/src/sidd.c -o $(PKG_BUILD_DIR)/$(PKG_NAME) -lfftw3 |
34 |
endef |
|
34 |
endef |
35 |
|
|
35 |
|
36 |
define Package/sidd/install |
|
36 |
define Package/sidd/install |
37 |
$(INSTALL_DIR) $(1)/usr/bin/ |
|
37 |
$(INSTALL_DIR) $(1)/usr/bin/ |
38 |
$(INSTALL_BIN) $(1)/usr/bin/ |
|
38 |
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/bin/ |
39 |
$(INSTALL_DIR) $(1)/etc/config/ |
|
39 |
$(INSTALL_DIR) $(1)/etc/ |
40 |
$(INSTALL_CONF) $(1)/etc/config/ |
|
40 |
$(INSTALL_CONF) ./files/sidd.conf $(1)/etc/ |
41 |
endef |
|
41 |
endef |
42 |
|
|
42 |
|
43 |
$(eval $(call BuildPackage,sidd)) |
|
43 |
$(eval $(call BuildPackage,sidd)) |