[package] update libcroco to 0.6.2 (#5931)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17834 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
65e251fae2
commit
4053577c6e
@ -1,12 +1,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libcroco
|
||||
PKG_VERSION:=0.6.1
|
||||
PKG_VERSION:=0.6.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/0.6/
|
||||
PKG_MD5SUM:=b0975bd01eb11964f1b3f254f267a43d
|
||||
PKG_MD5SUM:=1429c597aa4b75fc610ab3a542c99209
|
||||
PKG_FIXUP:=libtool
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@ -14,7 +14,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
EXTRA_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
||||
-L$(STAGING_DIR)/usr/lib/libintl/lib/ \
|
||||
-L$(STAGING_DIR)/usr/lib/libiconv/lib/
|
||||
|
||||
|
||||
define Package/libcroco
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
@ -53,7 +53,7 @@ define Package/libcroco/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*{a,so*} $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
|
||||
$(eval $(call BuildPackage,libcroco))
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user