Browse Source

libvorbisidec: Update copyright, Add myself as pkg maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
lilik-openwrt-22.03
Ted Hess 10 years ago
parent
commit
af8725bc0e
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      libs/libvorbisidec/Makefile

+ 3
- 2
libs/libvorbisidec/Makefile View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006-2011 OpenWrt.org
# Copyright (C) 2006-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -9,11 +9,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libvorbisidec
PKG_VERSION:=1.0.2+svn18153
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/libv/libvorbisidec/
PKG_MD5SUM:=4190859414c5d6760e316b5cf00fe7c5
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
PKG_LICENSE:=BSD-3c
PKG_LICENSE_FILES:=COPYING


Loading…
Cancel
Save