|
@@ -1,5 +1,5 @@
|
1
|
1
|
#
|
2
|
|
-# Copyright (C) 2006-2010 OpenWrt.org
|
|
2
|
+# Copyright (C) 2006-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.
|
|
@@ -9,11 +9,12 @@ include $(TOPDIR)/rules.mk
|
9
|
9
|
|
10
|
10
|
PKG_NAME:=libid3tag
|
11
|
11
|
PKG_VERSION:=0.15.1b
|
12
|
|
-PKG_RELEASE:=3
|
|
12
|
+PKG_RELEASE:=4
|
13
|
13
|
|
14
|
14
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
15
|
15
|
PKG_SOURCE_URL:=@SF/mad
|
16
|
16
|
PKG_MD5SUM:=e5808ad997ba32c498803822078748c3
|
|
17
|
+PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
17
|
18
|
|
18
|
19
|
PKG_LICENSE:=GPLv2
|
19
|
20
|
PKG_LICENSE_FILES:=COPYING
|