treewide: Basic cleanup and alignment to package guidelines (#383)

This is a very basic cleanup, several packages needs more work
but this at least drops git for https and removes the use of
PKG_MD5SUM and some minor fixes.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
Daniel Engberg
2018-07-12 16:50:47 +02:00
committed by Moritz Warning
parent d82d299a27
commit 43449bcbbd
14 changed files with 13 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=git://github.com/nodogsplash/nodogsplash.git
PKG_SOURCE_URL:=https://github.com/nodogsplash/nodogsplash.git
PKG_SOURCE_VERSION:=9ef7d5fc16351585baf65877776d19cf85bf3031
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_BUILD_PARALLEL:=1