upmpdcli: Reduce binary sizes (force strip)
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
parent
d380629477
commit
e75719d981
1 changed files with 6 additions and 3 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=upmpdcli
|
||||
PKG_VERSION:=0.9.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
|
@ -19,8 +19,6 @@ PKG_MAINTAINER:=Petko Bordjukov <bordjukov@gmail.com>
|
|||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/upmpdcli
|
||||
|
@ -36,6 +34,11 @@ define Package/upmpdcli/description
|
|||
upmpdcli implements an UPnP Media Renderer, using MPD to perform the real work.
|
||||
endef
|
||||
|
||||
# Force strip of binaries
|
||||
define Build/Install
|
||||
$(call Build/Install/Default,install-strip)
|
||||
endef
|
||||
|
||||
define Package/upmpdcli/install
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(INSTALL_CONF) $(PKG_INSTALL_DIR)/etc/upmpdcli.conf $(1)/etc/
|
||||
|
|
Loading…
Reference in a new issue