OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 7... Line 7...
7   7  
Line 8... Line 8...
8 include $(TOPDIR)/rules.mk 8 include $(TOPDIR)/rules.mk
9   9  
10 PKG_NAME:=libnfnetlink 10 PKG_NAME:=libnfnetlink
Line 11... Line 11...
11 PKG_VERSION:=1.0.1 11 PKG_VERSION:=1.0.1
12 PKG_RELEASE:=2 12 PKG_RELEASE:=1
13   13  
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
Line 28... Line 28...
28 define Package/libnfnetlink 28 define Package/libnfnetlink
29 SECTION:=libs 29 SECTION:=libs
30 CATEGORY:=Libraries 30 CATEGORY:=Libraries
31 TITLE:=A low-level library for netfilter related kernel/userspace communication 31 TITLE:=A low-level library for netfilter related kernel/userspace communication
32 URL:=http://netfilter.org/projects/libnfnetlink/ 32 URL:=http://netfilter.org/projects/libnfnetlink/
33 ABI_VERSION:=0 -  
34 endef 33 endef
Line 35... Line 34...
35   34  
36 define Package/libnfnetlink/description 35 define Package/libnfnetlink/description
37 libnfnetlink is is the low-level library for netfilter related kernel/userspace communication. 36 libnfnetlink is is the low-level library for netfilter related kernel/userspace communication.