|
|
|
@ -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.
|
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
@ -8,15 +8,15 @@ |
|
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
|
PKG_NAME:=libnfnetlink
|
|
|
|
|
PKG_VERSION:=1.0.0
|
|
|
|
|
PKG_RELEASE:=2
|
|
|
|
|
PKG_VERSION:=1.0.1
|
|
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
|
|
|
PKG_SOURCE_URL:= \
|
|
|
|
|
http://www.netfilter.org/projects/libnfnetlink/files/ \
|
|
|
|
|
ftp://ftp.netfilter.org/pub/libnfnetlink/ \
|
|
|
|
|
http://mirrors.evolva.ro/netfilter.org/libnfnetlink/
|
|
|
|
|
PKG_MD5SUM:=016fdec8389242615024c529acc1adb8
|
|
|
|
|
PKG_MD5SUM:=98927583d2016a9fb1936fed992e2c5e
|
|
|
|
|
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
|
|
|
|
|
|
|
|
|
|
PKG_FIXUP:=autoreconf
|
|
|
|
|