|
|
@ -1,6 +1,4 @@ |
|
|
|
#
|
|
|
|
# Copyright (C) 2014-2016 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
# updated to work with latest source from abrasive
|
|
|
@ -9,15 +7,13 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=libsoxr |
|
|
|
PKG_VERSION:=0.1.1 |
|
|
|
PKG_RELEASE:=3 |
|
|
|
PKG_VERSION:=0.1.3 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git |
|
|
|
PKG_SOURCE_URL:=git://git.code.sf.net/p/soxr/code |
|
|
|
PKG_SOURCE_VERSION:=$(PKG_VERSION) |
|
|
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) |
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz |
|
|
|
PKG_MIRROR_HASH:=939259d5c02bbe55cf8329e7bd05ce4d660e37d5c97fcbb0fdeef04f11a63e7f |
|
|
|
PKG_SOURCE_URL:=@SF/project/soxr/ |
|
|
|
PKG_SOURCE:=soxr-$(PKG_VERSION)-Source.tar.xz |
|
|
|
PKG_HASH:=b111c15fdc8c029989330ff559184198c161100a59312f5dc19ddeb9b5a15889 |
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/soxr-$(PKG_VERSION)-Source |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>, \
|
|
|
|
Mike Brady <mikebrady@eircom.net> |
|
|
|