oniguruma: update to 6.9.6
Add PKG_BUILD_PARALLEL for faster compilation. Some minor cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
1d3c84d4e6
commit
22ec02167f
1 changed files with 7 additions and 6 deletions
|
@ -5,25 +5,24 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=oniguruma
|
||||
PKG_VERSION:=6.9.5_rev1
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=6.9.6
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=onig-v$(subst _,-,$(PKG_VERSION)).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/kkos/oniguruma/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_HASH:=e0c2212102fa4146c43b6c4f2f7727a84fd055cc2109c293d64298cef0c372b5
|
||||
PKG_HASH:=aec9f6902ad8b7bb53b2c55d04686ea75da89a06694836b0362cb206578dfe89
|
||||
|
||||
PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
|
||||
PKG_LICENSE:=BSD-2-Clause
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
PKG_CPE_ID:=cpe:/a:oniguruma_project:oniguruma
|
||||
|
||||
PKG_INSTALL:=1
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
CONFIGURE_ARGS += --enable-posix-api
|
||||
|
||||
define Package/oniguruma
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
|
@ -40,6 +39,8 @@ define Package/oniguruma/description
|
|||
Character encoding can be specified per regular expression object.
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += --enable-posix-api
|
||||
|
||||
define Package/oniguruma/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libonig.so.$(ABI_VERSION) $(1)/usr/lib/
|
||||
|
|
Loading…
Reference in a new issue