OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 6... Line 6...
6 # 6 #
Line 7... Line 7...
7   7  
Line 8... Line 8...
8 include $(TOPDIR)/rules.mk 8 include $(TOPDIR)/rules.mk
9   9  
Line 10... Line 10...
10 PKG_NAME:=libnetfilter_queue 10 PKG_NAME:=libnetfilter_queue
11 PKG_RELEASE:=2 11 PKG_RELEASE:=1
12   12  
13 PKG_SOURCE_PROTO:=git 13 PKG_SOURCE_PROTO:=git
Line 27... Line 27...
27 SECTION:=libs 27 SECTION:=libs
28 CATEGORY:=Libraries 28 CATEGORY:=Libraries
29 DEPENDS:=+libmnl +libnfnetlink 29 DEPENDS:=+libmnl +libnfnetlink
30 TITLE:=API to the in-kernel connection tracking queue infrastructure 30 TITLE:=API to the in-kernel connection tracking queue infrastructure
31 URL:=http://www.netfilter.org/projects/libnetfilter_queue/ 31 URL:=http://www.netfilter.org/projects/libnetfilter_queue/
32 ABI_VERSION:=1 -  
33 endef 32 endef
Line 34... Line 33...
34   33  
35 define Package/libnetfilter-queue/description 34 define Package/libnetfilter-queue/description
36 libnetfilter_queue is a userspace library providing a programming 35 libnetfilter_queue is a userspace library providing a programming