From: Jo-Philipp Wich Date: Sat, 19 Nov 2011 18:05:59 +0000 (+0000) Subject: [packages] libmikmod: package *.so as well, not only *.so.* X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c0826a2328490971d517e877fe6cb4d10dc10dc7;p=openwrt%2Fsvn-archive%2Farchive.git [packages] libmikmod: package *.so as well, not only *.so.* SVN-Revision: 29263 --- diff --git a/libs/libmikmod/Makefile b/libs/libmikmod/Makefile index 4c1c817a89..6b083b105a 100644 --- a/libs/libmikmod/Makefile +++ b/libs/libmikmod/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmikmod PKG_VERSION:=3.1.12 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://prdownloads.sourceforge.net/mikmod @@ -71,7 +71,7 @@ endef define Package/libmikmod/install $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libmikmod.so.* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libmikmod.so* $(1)/usr/lib/ endef $(eval $(call BuildPackage,libmikmod))