Merge pull request #876 from jow-/shairplay-autoconf-fix
shairplay: use generic autoreconf fixup
This commit is contained in:
commit
9344b3b361
|
@ -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…
Reference in New Issue