wok diff directfb/receipt @ rev 16895

qt4-phonon: del bdep
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Jul 14 15:10:46 2014 +0300 (2014-07-14)
parents 9a2b059bf7d8
children 17e313b5b9c1
line diff
     1.1 --- a/directfb/receipt	Sun Mar 02 16:33:52 2014 +0100
     1.2 +++ b/directfb/receipt	Mon Jul 14 15:10:46 2014 +0300
     1.3 @@ -9,7 +9,7 @@
     1.4  SOURCE="DirectFB"
     1.5  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://www.directfb.org/"
     1.7 -WGET_URL="http://www.directfb.org/downloads/Core/$SOURCE-1.7/$TARBALL"
     1.8 +WGET_URL="http://www.directfb.org/downloads/Core/$SOURCE-1.4/$TARBALL"
     1.9  HOST_ARCH="i486 arm"
    1.10  
    1.11  DEPENDS="libpng libjpeg freetype tslib zlib"
    1.12 @@ -46,7 +46,7 @@
    1.13  	mkdir -p $fs/usr/lib $fs/usr/share
    1.14  	cp -a $install/usr/bin $fs/usr
    1.15  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.16 -	cp -a $install/usr/lib/directfb-1.4-0 $fs/usr/lib
    1.17 +	cp -a $install/usr/lib/directfb-* $fs/usr/lib
    1.18  	cp -a $install/usr/share/directfb-* $fs/usr/share
    1.19  	find $fs/usr/lib -name "*.*a" -exec rm '{}' \;
    1.20  }