Merge pull request #7454 from neheb/qac
quasselc: Update to latest commit
This commit is contained in:
commit
2dd602a3f9
2 changed files with 10 additions and 15 deletions
|
@ -8,23 +8,20 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=quasselc
|
PKG_NAME:=quasselc
|
||||||
|
PKG_SOURCE_DATE:=2017-01-11
|
||||||
|
PKG_SOURCE_VERSION:=a0a1e6bd87d3eac68b5369972d1c2035cfe47e94
|
||||||
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
# quasselc upstream doesn't release versions (at least, at the moment),
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_DATE).tar.gz
|
||||||
# so use commit date for PKG_VERSION and embed commit hash into PKG_RELEASE.
|
PKG_SOURCE_URL:=https://codeload.github.com/phhusson/QuasselC/tar.gz/$(PKG_SOURCE_VERSION)?
|
||||||
PKG_VERSION:=2015-04-06
|
PKG_HASH:=fe7b48a13c0e6dad81cdae18069d4f5607af64d73a3201f42d79548170dde510
|
||||||
PKG_SOURCE_VERSION:=fcd966966924e3d9af0954db56117e2f48767ea1
|
PKG_BUILD_DIR:=$(BUILD_DIR)/QuasselC-$(PKG_SOURCE_VERSION)
|
||||||
PKG_RELEASE:=1.$(PKG_SOURCE_VERSION)
|
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-3.0+
|
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
|
||||||
PKG_SOURCE_URL:=https://github.com/phhusson/QuasselC
|
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.bz2
|
|
||||||
PKG_MIRROR_HASH:=80ca463c20f934a3730fb51c69f5299e2d35ca53a06f0ca746d3de97dbfc360b
|
|
||||||
|
|
||||||
PKG_MAINTAINER:=Ben Rosser <rosser.bjr@gmail.com>
|
PKG_MAINTAINER:=Ben Rosser <rosser.bjr@gmail.com>
|
||||||
|
PKG_LICENSE:=LGPL-3.0
|
||||||
|
PKG_LICENSE_FILES:=COPYING.LESSER
|
||||||
|
|
||||||
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
diff --git a/Makefile b/Makefile
|
|
||||||
index 7994eea..b1f8d83 100644
|
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -2,11 +2,11 @@ prefix ?= /usr/local
|
@@ -2,11 +2,11 @@ prefix ?= /usr/local
|
||||||
|
|
Loading…
Reference in a new issue