[packages] libsamplerate:
- only package shared library (might include another -utils package later) - remove unused stuff, tweak Makefile - bumb release number git-svn-id: svn://svn.openwrt.org/openwrt/packages@10909 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c93cdbad1a
commit
a5108b5417
@ -10,15 +10,12 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=libsamplerate
|
PKG_NAME:=libsamplerate
|
||||||
PKG_VERSION:=0.1.3
|
PKG_VERSION:=0.1.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.mega-nerd.com/SRC/
|
PKG_SOURCE_URL:=http://www.mega-nerd.com/SRC/
|
||||||
PKG_MD5SUM:=3f91af22a6c4135485594d0d2c91d45d
|
PKG_MD5SUM:=3f91af22a6c4135485594d0d2c91d45d
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
|
||||||
|
|
||||||
PKG_FIXUP = libtool
|
PKG_FIXUP = libtool
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@ -33,7 +30,7 @@ endef
|
|||||||
|
|
||||||
define Package/libsamplerate/description
|
define Package/libsamplerate/description
|
||||||
Secret Rabbit Code (aka libsamplerate) is a Sample Rate
|
Secret Rabbit Code (aka libsamplerate) is a Sample Rate
|
||||||
Converter for audio
|
Converter for audio.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
@ -46,14 +43,13 @@ define Build/Compile
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
$(INSTALL_DIR) $(1)
|
||||||
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
|
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libsamplerate/install
|
define Package/libsamplerate/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/* $(1)/usr/bin/
|
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libsamplerate.* $(1)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libsamplerate.so.* $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libsamplerate))
|
$(eval $(call BuildPackage,libsamplerate))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user