wok diff libextractor/receipt @ rev 16815

Up gsettings-desktop-schemas (3.12.2)
author Yuri Pourre <yuripourre@gmail.com>
date Thu Jul 10 23:12:54 2014 -0300 (2014-07-10)
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 Jul 10 23:12:54 2014 -0300
     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  }