[packages] liblo: remove private libtool copy, fix InstallDev install
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24374 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
11d451fffa
commit
daec8ad2a7
@ -16,6 +16,8 @@ PKG_SOURCE_URL:=@SF/liblo
|
||||
PKG_MD5SUM:=5351de14262560e15e7f23865293b16f
|
||||
|
||||
PKG_FIXUP:=libtool
|
||||
PKG_REMOVE_FILES:=autogen.sh aclocal.m4 ltmain.sh
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@ -50,7 +52,7 @@ define Build/InstallDev
|
||||
)
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
( cd $(PKG_INSTALL_DIR); $(CP) \
|
||||
./usr/lib/liblo.{a,so*} \
|
||||
./usr/lib/liblo.so* \
|
||||
$(1)/usr/lib/ \
|
||||
)
|
||||
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user