wok diff libextractor/receipt @ rev 20034

Up get-palemoon (27.4.2), smtube (17.5.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Aug 24 01:39:28 2017 +0200 (2017-08-24)
parents c5f099679095
children eee2934d2af8
line diff
     1.1 --- a/libextractor/receipt	Sun Dec 25 15:19:05 2011 +0100
     1.2 +++ b/libextractor/receipt	Thu Aug 24 01:39:28 2017 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Extract meta data from files of arbitrary type."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.gnu.org/software/libextractor"
    1.10  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -27,7 +28,7 @@
    1.12  genpkg_rules()                                      
    1.13  {
    1.14  	mkdir -p $fs/usr/lib/libextractor
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/libextractor/*.so* $fs/usr/lib/libextractor
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/libextractor/*.so* $fs/usr/lib/libextractor
    1.21  }