packages/protobuf: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40173 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
44ccd63305
commit
bd98c02863
@ -1,4 +1,4 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007 OpenWrt.org
|
# Copyright (C) 2007 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
@ -34,7 +34,7 @@ endef
|
|||||||
define Package/protobuf/description
|
define Package/protobuf/description
|
||||||
Protocol Buffers are a way of encoding structured data in an efficient
|
Protocol Buffers are a way of encoding structured data in an efficient
|
||||||
yet extensible format. Google uses Protocol Buffers for almost all
|
yet extensible format. Google uses Protocol Buffers for almost all
|
||||||
of its internal RPC protocols and file formats.
|
of its internal RPC protocols and file formats.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += --with-protoc=$(STAGING_DIR_HOST)/bin/protoc
|
CONFIGURE_ARGS += --with-protoc=$(STAGING_DIR_HOST)/bin/protoc
|
||||||
@ -64,7 +64,7 @@ define Package/protobuf/install
|
|||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_INSTALL_DIR)/usr/lib/libprotobuf-lite.so* \
|
$(PKG_INSTALL_DIR)/usr/lib/libprotobuf-lite.so* \
|
||||||
$(1)/usr/lib/
|
$(1)/usr/lib/
|
||||||
|
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_INSTALL_DIR)/usr/lib/libprotobuf.so* \
|
$(PKG_INSTALL_DIR)/usr/lib/libprotobuf.so* \
|
||||||
$(1)/usr/lib/
|
$(1)/usr/lib/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user