|
@@ -4,9 +4,9 @@
|
|
|
include $(ADK_TOPDIR)/rules.mk
|
|
|
|
|
|
PKG_NAME:= harfbuzz
|
|
|
-PKG_VERSION:= 1.1.2
|
|
|
+PKG_VERSION:= 1.2.3
|
|
|
PKG_RELEASE:= 1
|
|
|
-PKG_HASH:= 4a2c5790bd3db7c3ca8c02e4858f2fd592df7932c1d2fa9f6b99acbce0f8461f
|
|
|
+PKG_HASH:= 8216d2404aaab7fde87be0365a90d64aa6c55928e104557cfcb37b54a096cb8c
|
|
|
PKG_DESCR:= opentype text shaping engine
|
|
|
PKG_SECTION:= libs/fonts
|
|
|
PKG_SITES:= http://www.freedesktop.org/software/harfbuzz/release/
|
|
@@ -24,12 +24,6 @@ include $(ADK_TOPDIR)/mk/package.mk
|
|
|
$(eval $(call HOST_template,HARFBUZZ,harfbuzz,$(PKG_VERSION)-${PKG_RELEASE}))
|
|
|
$(eval $(call PKG_template,HARFBUZZ,harfbuzz,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
|
|
|
|
|
|
-AUTOTOOL_STYLE:= autoreconf
|
|
|
-
|
|
|
-pre-install:
|
|
|
- $(INSTALL_DIR) $(WRKINST)/usr/include/harfbuzz
|
|
|
- $(CP) $(WRKBUILD)/src/hb-icu.h $(WRKINST)/usr/include/harfbuzz
|
|
|
-
|
|
|
harfbuzz-install:
|
|
|
$(INSTALL_DIR) $(IDIR_HARFBUZZ)/usr/lib
|
|
|
$(CP) $(WRKINST)/usr/lib/libharfbuzz*.so* \
|