Browse Source

shairplay: use generic autoreconf fixup

Use the generic autoreconf facility to pickup proper variants of
autoconf, automake and libtool.

Remove the unneeded Build/Configure override.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
lilik-openwrt-22.03
Jo-Philipp Wich 9 years ago
parent
commit
507b778414
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      sound/shairplay/Makefile

+ 1
- 7
sound/shairplay/Makefile View File

@ -23,7 +23,7 @@ PKG_LICENSE_FILES:=LICENSE
include $(INCLUDE_DIR)/package.mk
PKG_FIXUP:=libtool
PKG_FIXUP:=autoreconf
define Package/shairplay
SECTION:=sound
@ -32,12 +32,6 @@ define Package/shairplay
TITLE:=Shairplay
endef
define Build/Configure
(cd $(PKG_BUILD_DIR)/$(CONFIGURE_PATH); \
./autogen.sh;)
$(call Build/Configure/Default)
endef
define Package/shairplay/description
Free portable AirPlay server implementation similar to ShairPort.
endef


Loading…
Cancel
Save