projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d451f
)
[packages] liblo: remove private libtool copy, fix InstallDev install
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 9 Dec 2010 00:23:15 +0000
(
00:23
+0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 9 Dec 2010 00:23:15 +0000
(
00:23
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24374
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/liblo/Makefile
patch
|
blob
|
history
diff --git
a/libs/liblo/Makefile
b/libs/liblo/Makefile
index
f85f765
..
c5e69fc
100644
(file)
--- a/
libs/liblo/Makefile
+++ b/
libs/liblo/Makefile
@@
-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