mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
Merge pull request #3425 from ryzhovau/libdnet-src
libdnet: fix source URL
This commit is contained in:
@@ -11,9 +11,9 @@ PKG_NAME:=libdnet
|
||||
PKG_VERSION:=1.12
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
||||
PKG_SOURCE_URL:=http://libdnet.googlecode.com/files/
|
||||
PKG_MD5SUM:=9253ef6de1b5e28e9c9a62b882e44cc9
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/dugsong/libdnet/archive
|
||||
PKG_MD5SUM:=d2f1b72eac2a1070959667e9e61dcf20
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
@@ -21,6 +21,8 @@ PKG_INSTALL:=1
|
||||
PKG_LICENSE:=BSD
|
||||
PKG_MAINTAINER:=Luka Perkov <luka@openwrt.org>
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/libdnet
|
||||
|
||||
Reference in New Issue
Block a user