wok diff qca/receipt @ rev 16268

ARM: add libsexy libsndfile
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 05 20:04:34 2014 +0200 (2014-04-05)
parents f5aa68f84985
children be7b188ef115
line diff
     1.1 --- a/qca/receipt	Fri Mar 18 13:10:51 2011 +0100
     1.2 +++ b/qca/receipt	Sat Apr 05 20:04:34 2014 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="QCA aims to provide a straightforward and cross-platform crypto API"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="qt4"
     1.8 -BUILD_DEPENDS="Qt4-dev qmake"
     1.9 +LICENSE="LGPL2.1"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://delta.affinix.com/qca/"
    1.12  WGET_URL="http://delta.affinix.com/download/qca/${VERSION%.*}/$TARBALL"
    1.13  
    1.14 +DEPENDS="qt4"
    1.15 +BUILD_DEPENDS="Qt4-dev qmake"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -28,6 +30,6 @@
    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  }