wok diff libnfnetlink/receipt @ rev 15838
Up: fox to 1.6.49.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Jan 27 05:11:58 2014 +0000 (2014-01-27) |
parents | b7319995b37e |
children | 93d83d6b247d |
line diff
1.1 --- a/libnfnetlink/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/libnfnetlink/receipt Mon Jan 27 05:11:58 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Low-level library for netfilter related kernel/userspace communication." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/" 1.10 WGET_URL="${WEB_SITE}files/$TARBALL" 1.11 @@ -22,5 +23,5 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.16 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.17 }