diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-21 20:02:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-21 20:02:27 +0100 |
commit | e417a01d00a49441432c03a0693b279f2f5db73c (patch) | |
tree | 0fa82e932bfdc7b919399793427e805a6ac58913 /package/libnfnetlink | |
parent | 7a9b6f15bf7d8cac6aa467f8a3ff3f6fa4220308 (diff) |
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.
Diffstat (limited to 'package/libnfnetlink')
-rw-r--r-- | package/libnfnetlink/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |