From e417a01d00a49441432c03a0693b279f2f5db73c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 21 Jan 2010 20:02:27 +0100 Subject: remove comments and finetune packages. pdnsd, rngd and proftpd need a init script... do not install anything to /var, because this is on /tmp aka tmpfs. Use init scripts to create missing directories or files. --- package/libnfnetlink/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'package/libnfnetlink') diff --git a/package/libnfnetlink/Makefile b/package/libnfnetlink/Makefile index a6faace09..e73fe97ba 100644 --- a/package/libnfnetlink/Makefile +++ b/package/libnfnetlink/Makefile @@ -7,9 +7,8 @@ PKG_NAME:= libnfnetlink PKG_VERSION:= 0.0.41 PKG_RELEASE:= 1 PKG_MD5SUM:= 5d844ea1f557bad0364d5b85cd10c796 -PKG_DESCR:= the low-level library for netfilter related kernel/userspace communication +PKG_DESCR:= low-level library for netfilter related kernel/userspace communication PKG_SECTION:= libs -PKG_DEPENDS:= PKG_URL:= http://www.netfilter.org/projects/libnfnetlink/ PKG_SITES:= http://www.netfilter.org/projects/libnfnetlink/files/ @@ -25,6 +24,6 @@ INSTALL_STYLE:= auto post-install: $(INSTALL_DIR) $(IDIR_LIBNFNETLINK)/usr/lib - $(CP) $(WRKINST)/usr/lib/libnfnetlink.* $(IDIR_LIBNFNETLINK)/usr/lib/ + $(CP) $(WRKINST)/usr/lib/libnfnetlink.so* $(IDIR_LIBNFNETLINK)/usr/lib/ include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3