wok-6.x diff libqcow/receipt @ rev 16461
Add scrollz
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Mon Apr 21 08:54:59 2014 +0100 (2014-04-21) |
parents | e9e7c1c5617e |
children | 8dd8bab3f0ca |
line diff
1.1 --- a/libqcow/receipt Tue May 29 18:15:33 2012 +0200 1.2 +++ b/libqcow/receipt Mon Apr 21 08:54:59 2014 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="Tools for reading QEMU Copy-On-Write (QCOW) image files." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="LGPL3" 1.8 TARBALL="$PACKAGE-alpha-$VERSION.tar.gz" 1.9 WEB_SITE="http://libqcow.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -27,6 +28,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.17 + cp -a $install/usr/bin $fs/usr 1.18 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.19 }