wok-next diff libextractor/receipt @ rev 16543

slitaz-configs: up (5.4.2) - fix locale issue
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 29 10:35:32 2014 +0000 (2014-04-29)
parents c5f099679095
children 6a3f3d91ab26
line diff
     1.1 --- a/libextractor/receipt	Sun Dec 25 15:19:05 2011 +0100
     1.2 +++ b/libextractor/receipt	Tue Apr 29 10:35:32 2014 +0000
     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  }