Browse Source

libid3tag: 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
92e3834bef
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      libs/libid3tag/Makefile

+ 3
- 2
libs/libid3tag/Makefile View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006-2010 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:=libid3tag
PKG_VERSION:=0.15.1b
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/mad
PKG_MD5SUM:=e5808ad997ba32c498803822078748c3
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
PKG_LICENSE:=GPLv2
PKG_LICENSE_FILES:=COPYING


Loading…
Cancel
Save