mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #876 from jow-/shairplay-autoconf-fix
shairplay: use generic autoreconf fixup
This commit is contained in:
@@ -23,7 +23,7 @@ PKG_LICENSE_FILES:=LICENSE
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
PKG_FIXUP:=libtool
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
||||||
define Package/shairplay
|
define Package/shairplay
|
||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
@@ -32,12 +32,6 @@ define Package/shairplay
|
|||||||
TITLE:=Shairplay
|
TITLE:=Shairplay
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
|
||||||
(cd $(PKG_BUILD_DIR)/$(CONFIGURE_PATH); \
|
|
||||||
./autogen.sh;)
|
|
||||||
$(call Build/Configure/Default)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/shairplay/description
|
define Package/shairplay/description
|
||||||
Free portable AirPlay server implementation similar to ShairPort.
|
Free portable AirPlay server implementation similar to ShairPort.
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user