Browse Source

Merge pull request #3425 from ryzhovau/libdnet-src

libdnet: fix source URL
lilik-openwrt-22.03
Luka Perkov 8 years ago
committed by GitHub
parent
commit
ea67540950
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      libs/libdnet/Makefile

+ 5
- 3
libs/libdnet/Makefile View File

@ -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


Loading…
Cancel
Save