wok diff libqcow-dev/receipt @ rev 17053
Up pcmanfm-qt using githash (bbb4bfd); mplayer:add osd
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Aug 20 21:52:40 2014 +0200 (2014-08-20) |
parents | e9e7c1c5617e |
children | fc9203de5ff2 |
line diff
1.1 --- a/libqcow-dev/receipt Tue May 29 18:15:33 2012 +0200 1.2 +++ b/libqcow-dev/receipt Wed Aug 20 21:52:40 2014 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Tools for reading QEMU Copy-On-Write (QCOW) images, development files." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="LGPL3" 1.8 WEB_SITE="http://libqcow.sourceforge.net/" 1.9 WANTED="libqcow" 1.10 1.11 @@ -12,7 +13,7 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/include $fs/usr 1.16 - cp -a $_pkg/usr/lib/*a $fs/usr/lib 1.17 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr 1.18 + cp -a $install/usr/include $fs/usr 1.19 + cp -a $install/usr/lib/*a $fs/usr/lib 1.20 + cp -a $install/usr/lib/pkgconfig $fs/usr 1.21 }