[packages] subversion: only ship shared libraries in subversion-libs (closes: #4800), bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14956 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d26134e683
commit
7ee6686c8a
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2007-2008 OpenWrt.org
|
||||
# Copyright (C) 2007-2009 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=subversion
|
||||
PKG_VERSION:=1.5.2
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://subversion.tigris.org/downloads/
|
||||
@ -99,7 +99,7 @@ endef
|
||||
|
||||
define Package/subversion-libs/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libsvn_* $(1)/usr/lib/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libsvn_*.so.* $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Package/subversion-client/install
|
||||
|
Loading…
x
Reference in New Issue
Block a user