wok rev 15997

directfb: fix typo
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 02 18:14:01 2014 +0100 (2014-03-02)
parents 9a2b059bf7d8
children 3895d6099b91
files directfb-dev/receipt directfb/receipt
line diff
     1.1 --- a/directfb-dev/receipt	Sun Mar 02 16:33:52 2014 +0100
     1.2 +++ b/directfb-dev/receipt	Sun Mar 02 18:14:01 2014 +0100
     1.3 @@ -19,7 +19,7 @@
     1.4  	mkdir -p $fs/usr/lib
     1.5  	cp -a $install/usr/include $fs/usr
     1.6  	cp -a $install/usr/lib/*.*a $fs/usr/lib
     1.7 -	cp -a $install/usr/lib/directfb-1.4-0 $fs/usr/lib
     1.8 +	cp -a $install/usr/lib/directfb-* $fs/usr/lib
     1.9  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.10  	find $fs/usr/lib -name "*.so*" -exec rm '{}' \;
    1.11  }
     2.1 --- a/directfb/receipt	Sun Mar 02 16:33:52 2014 +0100
     2.2 +++ b/directfb/receipt	Sun Mar 02 18:14:01 2014 +0100
     2.3 @@ -9,7 +9,7 @@
     2.4  SOURCE="DirectFB"
     2.5  TARBALL="$SOURCE-$VERSION.tar.gz"
     2.6  WEB_SITE="http://www.directfb.org/"
     2.7 -WGET_URL="http://www.directfb.org/downloads/Core/$SOURCE-1.7/$TARBALL"
     2.8 +WGET_URL="http://www.directfb.org/downloads/Core/$SOURCE-1.4/$TARBALL"
     2.9  HOST_ARCH="i486 arm"
    2.10  
    2.11  DEPENDS="libpng libjpeg freetype tslib zlib"
    2.12 @@ -46,7 +46,7 @@
    2.13  	mkdir -p $fs/usr/lib $fs/usr/share
    2.14  	cp -a $install/usr/bin $fs/usr
    2.15  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.16 -	cp -a $install/usr/lib/directfb-1.4-0 $fs/usr/lib
    2.17 +	cp -a $install/usr/lib/directfb-* $fs/usr/lib
    2.18  	cp -a $install/usr/share/directfb-* $fs/usr/share
    2.19  	find $fs/usr/lib -name "*.*a" -exec rm '{}' \;
    2.20  }