mirror of https://github.com/hak5/openwrt.git
parent
195a00df16
commit
9173312542
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007-2012 OpenWrt.org
|
# Copyright (C) 2007-2013 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -8,15 +8,15 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libnfnetlink
|
PKG_NAME:=libnfnetlink
|
||||||
PKG_VERSION:=1.0.0
|
PKG_VERSION:=1.0.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:= \
|
PKG_SOURCE_URL:= \
|
||||||
http://www.netfilter.org/projects/libnfnetlink/files/ \
|
http://www.netfilter.org/projects/libnfnetlink/files/ \
|
||||||
ftp://ftp.netfilter.org/pub/libnfnetlink/ \
|
ftp://ftp.netfilter.org/pub/libnfnetlink/ \
|
||||||
http://mirrors.evolva.ro/netfilter.org/libnfnetlink/
|
http://mirrors.evolva.ro/netfilter.org/libnfnetlink/
|
||||||
PKG_MD5SUM:=016fdec8389242615024c529acc1adb8
|
PKG_MD5SUM:=98927583d2016a9fb1936fed992e2c5e
|
||||||
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
|
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
Loading…
Reference in New Issue