wok diff libqcow/receipt @ rev 20008

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 14:08:19 2017 -0300 (2017-08-02)
parents e9e7c1c5617e
children 8dd8bab3f0ca
line diff
     1.1 --- a/libqcow/receipt	Tue May 29 18:15:33 2012 +0200
     1.2 +++ b/libqcow/receipt	Wed Aug 02 14:08:19 2017 -0300
     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  }