@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := lua-lzlib
PKG_NAME := lua-lzlib
PKG_VERSION := 0.4.1
PKG_VERSION := 0.4.1
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_MAINTAINER := Dirk Chang <dirk@kooiot.com>
PKG_MAINTAINER := Dirk Chang <dirk@kooiot.com>
PKG_LICENSE := MIT
PKG_LICENSE := MIT
@ -19,8 +19,6 @@ PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION := 9fa3993bb4504fbbc10511cde141e1c6a48c072d
PKG_SOURCE_VERSION := 9fa3993bb4504fbbc10511cde141e1c6a48c072d
PKG_SOURCE_SUBDIR := $( PKG_NAME) -$( PKG_VERSION)
PKG_SOURCE_SUBDIR := $( PKG_NAME) -$( PKG_VERSION)
PKG_INSTALL := 1
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
d e f i n e P a c k a g e / l u a - l z l i b
d e f i n e P a c k a g e / l u a - l z l i b
@ -36,8 +34,9 @@ define Package/lua-lzlib/description
A library to access zlib library functions and also to read/write gzip files using an interface similar to the base io package.
A library to access zlib library functions and also to read/write gzip files using an interface similar to the base io package.
e n d e f
e n d e f
d e f i n e B u i l d / I n s t a l l
e n d e f
MAKE_FLAGS += \
LUA = " $( STAGING_DIR) /usr " \
OFLAGS = " $( TARGET_CFLAGS) " \
d e f i n e P a c k a g e / l u a - l z l i b / i n s t a l l
d e f i n e P a c k a g e / l u a - l z l i b / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib/lua
$( INSTALL_DIR) $( 1) /usr/lib/lua