|
@@ -1,5 +1,5 @@
|
1
|
1
|
#
|
2
|
|
-# Copyright (C) 2011 OpenWrt.org
|
|
2
|
+# Copyright (C) 2011-2014 OpenWrt.org
|
3
|
3
|
#
|
4
|
4
|
# This is free software, licensed under the GNU General Public License v2.
|
5
|
5
|
# See /LICENSE for more information.
|
|
@@ -14,6 +14,8 @@ PKG_RELEASE:=1
|
14
|
14
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
15
|
15
|
PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/
|
16
|
16
|
PKG_MD5SUM:=c43749838612f4860465e83ed62ca38e
|
|
17
|
+PKG_LICENSE:=LGPL-2.1+
|
|
18
|
+PKG_LICENSE_FILES:=GPL LICENSE
|
17
|
19
|
|
18
|
20
|
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
19
|
21
|
PKG_BUILD_DEPENDS:=intltool/host
|