[packages] libucl: don't ship dev shlib symlink, bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20105 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3487aa7341
commit
64685f8823
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ucl
|
PKG_NAME:=ucl
|
||||||
PKG_VERSION:=1.03
|
PKG_VERSION:=1.03
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.oberhumer.com/opensource/ucl/download/
|
PKG_SOURCE_URL:=http://www.oberhumer.com/opensource/ucl/download/
|
||||||
@ -50,7 +50,7 @@ endef
|
|||||||
|
|
||||||
define Package/libucl/install
|
define Package/libucl/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libucl.so* $(1)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libucl.so.* $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libucl))
|
$(eval $(call BuildPackage,libucl))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user