From: Nicolas Thill Date: Mon, 5 Oct 2009 15:50:57 +0000 (+0000) Subject: [packages] libogg: don't ship dev shared lib symlink, cleanup X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=131a81aac9c1bf09f77e867bbd5ad0e599fc3186 [packages] libogg: don't ship dev shared lib symlink, cleanup SVN-Revision: 17893 --- diff --git a/libs/libogg/Makefile b/libs/libogg/Makefile index 17324f885d..8c94d9afe8 100644 --- a/libs/libogg/Makefile +++ b/libs/libogg/Makefile @@ -10,14 +10,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libogg PKG_VERSION:=1.1.4 PKG_RELEASE:=2 + PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.xiph.org/releases/ogg/ -PKG_FIXUP:=libtool PKG_MD5SUM:=10200ec22543841d9d1c23e0aed4e5e9 -include $(INCLUDE_DIR)/package.mk +PKG_FIXUP:=libtool +PKG_INSTALL:=1 -PKG_INSTALL=1 +include $(INCLUDE_DIR)/package.mk define Package/libogg SECTION:=libs @@ -47,7 +48,7 @@ endef define Package/libogg/install $(INSTALL_DIR) $(1)/usr/lib/ - $(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so.* $(1)/usr/lib/ endef $(eval $(call BuildPackage,libogg))