Browse Source

Merge pull request #6539 from neheb/patch-4

bluelog: Switch to GitHub tarball
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
53a912201c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions
  1. +7
    -5
      utils/bluelog/Makefile

+ 7
- 5
utils/bluelog/Makefile View File

@ -9,20 +9,22 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bluelog
PKG_VERSION:=1.1.2
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.digifail.com/software/bluelog
PKG_HASH:=9750b007daffaffecea3b8dd2332bf74cc24955c307861197a20d04d845bc412
PKG_SOURCE_URL:=https://codeload.github.com/MS3FGX/Bluelog/tar.gz/$(PKG_VERSION)?
PKG_HASH:=ebbc1357e14bc46cbddd8390cdbd29c0131b09b8ab680a1c382164ef076cb53e
PKG_BUILD_DIR:=$(BUILD_DIR)/Bluelog-$(PKG_VERSION)
OUI_SOURCE:=oui-2016-05-30.txt.gz
OUI_URL:=http://sources.lede-project.org/
OUI_URL:=https://sources.openwrt.org/
OUI_MD5SUM:=38048729fdb5a7a7e0c5db6a51dc2dd1
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING
PKG_MAINTAINER:=Nicolas Thill <nico@openwrt.org>
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
@ -31,7 +33,7 @@ define Package/bluelog/Default
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Bluetooth scanner and logger
URL:=http://www.digifail.com/software/bluelog.shtml
URL:=https://github.com/MS3FGX/Bluelog
DEPENDS:=+bluez-libs +kmod-bluetooth
endef


Loading…
Cancel
Save