wok diff zbar/receipt @ rev 20055
syslinux: add Ukraine
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 08 11:06:48 2017 +0200 (2017-09-08) |
parents | bf822c13792c |
children | f4d5cecea268 |
line diff
1.1 --- a/zbar/receipt Sat Apr 28 18:23:39 2012 +0200 1.2 +++ b/zbar/receipt Fri Sep 08 11:06:48 2017 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Decode barcode & QR code." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="LGPL2.1" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://zbar.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -33,6 +34,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 }