packages/luaexpat: 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@40099 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f51d3d6865
commit
aac34ad4b5
@ -1,4 +1,4 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2009 OpenWrt.org
|
# Copyright (C) 2009 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.
|
||||||
@ -21,7 +21,7 @@ define Package/luaexpat
|
|||||||
SUBMENU:=Lua
|
SUBMENU:=Lua
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=LuaExpat
|
TITLE:=LuaExpat
|
||||||
URL:=http://www.keplerproject.org/luaexpat/
|
URL:=http://www.keplerproject.org/luaexpat/
|
||||||
DEPENDS:=+lua +libexpat
|
DEPENDS:=+lua +libexpat
|
||||||
endef
|
endef
|
||||||
@ -42,7 +42,7 @@ define Build/Compile
|
|||||||
COMPAT_DIR="$(PKG_BUILD_DIR)/compat-5.1r5" \
|
COMPAT_DIR="$(PKG_BUILD_DIR)/compat-5.1r5" \
|
||||||
LIB_OPTION="-shared $(TARGET_LDFLAGS)" \
|
LIB_OPTION="-shared $(TARGET_LDFLAGS)" \
|
||||||
CC="$(TARGET_CC) $(TARGET_CFLAGS) $(FPIC) -std=c99" \
|
CC="$(TARGET_CC) $(TARGET_CFLAGS) $(FPIC) -std=c99" \
|
||||||
LD="$(TARGET_CROSS)ld -shared"
|
LD="$(TARGET_CROSS)ld -shared"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luaexpat/install
|
define Package/luaexpat/install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user