wok diff libextractor/receipt @ rev 19446
dillo: add stuff/fltk-1.3.3.u
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 15 18:21:21 2016 +0200 (2016-10-15) |
parents | c5f099679095 |
children | eee2934d2af8 |
line diff
1.1 --- a/libextractor/receipt Sun Dec 25 15:19:05 2011 +0100 1.2 +++ b/libextractor/receipt Sat Oct 15 18:21:21 2016 +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 }