wok diff lxc-dev/receipt @ rev 15265
Up cookutils (3.1.7)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 25 09:50:51 2013 +0000 (2013-09-25) |
parents | 8dc86d3cfac7 |
children | f86dca6efd69 |
line diff
1.1 --- a/lxc-dev/receipt Thu Jul 21 12:00:26 2011 +0200 1.2 +++ b/lxc-dev/receipt Wed Sep 25 09:50:51 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Userspace control package for Linux Containers development files." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="LGPL2.1" 1.8 WEB_SITE="http://lxc.sourceforge.net/" 1.9 WANTED="lxc" 1.10 1.11 @@ -14,6 +15,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/share 1.15 - cp -a $_pkg/usr/include $fs/usr 1.16 - cp -a $_pkg/usr/share/pkgconfig $fs/usr/share 1.17 + cp -a $install/usr/include $fs/usr 1.18 + cp -a $install/usr/share/pkgconfig $fs/usr/share 1.19 }