|
@ -1,5 +1,5 @@ |
|
|
#
|
|
|
#
|
|
|
# Copyright (C) 2006-2014 OpenWrt.org
|
|
|
|
|
|
|
|
|
# Copyright (C) 2006-2016 OpenWrt.org
|
|
|
#
|
|
|
#
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
# See /LICENSE for more information.
|
|
|
# See /LICENSE for more information.
|
|
@ -12,9 +12,7 @@ PKG_VERSION:=0.3.6 |
|
|
PKG_RELEASE:=3 |
|
|
PKG_RELEASE:=3 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:= \
|
|
|
|
|
|
http://github.com/downloads/mpruett/audiofile/ \
|
|
|
|
|
|
http://www.68k.org/~michael/audiofile/ |
|
|
|
|
|
|
|
|
PKG_SOURCE_URL:=http://audiofile.68k.org/ |
|
|
PKG_MD5SUM:=2731d79bec0acef3d30d2fc86b0b72fd |
|
|
PKG_MD5SUM:=2731d79bec0acef3d30d2fc86b0b72fd |
|
|
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> |
|
|
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> |
|
|
|
|
|
|
|
@ -27,7 +25,7 @@ define Package/libaudiofile |
|
|
SECTION:=libs |
|
|
SECTION:=libs |
|
|
CATEGORY:=Libraries |
|
|
CATEGORY:=Libraries |
|
|
TITLE:=Audio File library |
|
|
TITLE:=Audio File library |
|
|
URL:=http://www.68k.org/~michael/audiofile/ |
|
|
|
|
|
|
|
|
URL:=http://audiofile.68k.org/ |
|
|
DEPENDS:=+libflac +libstdcpp |
|
|
DEPENDS:=+libflac +libstdcpp |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|