Jelajahi Sumber

jshon and jansson Makefiles

Danja Vasiliev 9 tahun lalu
induk
melakukan
3e79053c15
2 mengubah file dengan 5 tambahan dan 5 penghapusan
  1. 2 2
      customfeed/jansson/Makefile
  2. 3 3
      customfeed/jshon/Makefile

+ 2 - 2
customfeed/jansson/Makefile

@@ -22,7 +22,7 @@ PKG_UNPACK:=$(CP) -r $(PKG_LOCAL_SOURCE_DIR)/* $(PKG_BUILD_DIR)
 
 define Package/jansson
 	SECTION:=jansson
-	CATEGORY:=Superglue
+	CATEGORY:=superglue
 	TITLE:=jansson
 	MAINTAINER:=Superglue
 endef
@@ -30,7 +30,7 @@ endef
 CONFIGURE_ARGS+= LIBS="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib"
 
 define Package/jansson/description
-  jansson - C library for encoding, decoding and manipulating JSON data
+	jansson - C library for encoding, decoding and manipulating JSON data
 endef
 
 define Build/InstallDev

+ 3 - 3
customfeed/jshon/Makefile

@@ -30,12 +30,12 @@ endef
 
 
 define Package/jshon/description
-   jshon - parses, reads and creates JSON
+  jshon - parses, reads and creates JSON
 endef
 
 define Package/jshon/install
-	$(INSTALL_DIR) $(1)/usr/bin/
-	$(INSTALL_BIN) $(PKG_BUILD_DIR)/jshon $(1)/usr/bin/
+  $(INSTALL_DIR) $(1)/usr/bin/
+  $(INSTALL_BIN) $(PKG_BUILD_DIR)/jshon $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,jshon,+jansson))