wok diff libavc1394/receipt @ rev 20069

busybox/udhcpc6: update script (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 23 17:21:58 2017 +0200 (2017-09-23)
parents 7c45e0692e5d
children 86790a278e70
line diff
     1.1 --- a/libavc1394/receipt	Thu Apr 19 22:30:36 2012 +0000
     1.2 +++ b/libavc1394/receipt	Sat Sep 23 17:21:58 2017 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Interface for the 1394 Trade Association AV/C Digital Interface."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="libraw1394"
     1.8 -BUILD_DEPENDS="libraw1394-dev"
     1.9 +LICENSE="LGPL2.1"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://sourceforge.net/projects/libavc1394/"
    1.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.13  
    1.14 +DEPENDS="libraw1394"
    1.15 +BUILD_DEPENDS="libraw1394-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -27,7 +29,7 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/bin $fs/usr
    1.25 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.26 +	cp -a $install/usr/bin $fs/usr
    1.27 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.28  }
    1.29