|
@@ -1,5 +1,5 @@
|
1
|
1
|
#
|
2
|
|
-# Copyright (C) 2006-2011 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:=libvorbisidec
|
11
|
11
|
PKG_VERSION:=1.0.2+svn18153
|
12
|
|
-PKG_RELEASE:=1
|
|
12
|
+PKG_RELEASE:=2
|
13
|
13
|
|
14
|
14
|
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
|
15
|
15
|
PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/libv/libvorbisidec/
|
16
|
16
|
PKG_MD5SUM:=4190859414c5d6760e316b5cf00fe7c5
|
|
17
|
+PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
17
|
18
|
|
18
|
19
|
PKG_LICENSE:=BSD-3c
|
19
|
20
|
PKG_LICENSE_FILES:=COPYING
|