shairplay: use generic autoreconf fixup
authorJo-Philipp Wich <redacted>
Sat, 7 Feb 2015 22:58:27 +0000 (23:58 +0100)
committerJo-Philipp Wich <redacted>
Sat, 7 Feb 2015 22:58:53 +0000 (23:58 +0100)
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 <redacted>
sound/shairplay/Makefile

index 9ee666341c88366b3a45cf04f1d9605a6eb1164b..408f383bf69228c26893fe5576277a55c886d1e4 100644 (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
git clone https://git.99rst.org/PROJECT