diff options
Diffstat (limited to 'sound/shairport-sync/Makefile')
-rw-r--r-- | sound/shairport-sync/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/shairport-sync/Makefile b/sound/shairport-sync/Makefile index aa4fa7b2a..1cb6f57a8 100644 --- a/sound/shairport-sync/Makefile +++ b/sound/shairport-sync/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shairport-sync PKG_VERSION:=2.4.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/mikebrady/shairport-sync.git @@ -19,6 +19,8 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>, Mike Brady <mikebrady@eircom.net> +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) + PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING LICENSES shairport.c |