wok-stable rev 3341

Remove DirectFB
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 11 11:12:42 2009 +0200 (2009-06-11)
parents 1254f8783b56
children 31d9be12b388
files DirectFB-dev/receipt DirectFB/receipt
line diff
     1.1 --- a/DirectFB-dev/receipt	Thu Jun 11 02:15:26 2009 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,37 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="DirectFB-dev"
     1.7 -VERSION="1.3.1"
     1.8 -CATEGORY="X11"
     1.9 -SHORT_DESC="thin library for Hardware graphic acceleration..etc"
    1.10 -MAINTAINER="allan316@gmail.com"
    1.11 -DEPENDS=""
    1.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 -WEB_SITE="http://directfb.org"
    1.14 -WANTED="DirectFB"
    1.15 -
    1.16 -
    1.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 -
    1.19 -genpkg_rules()
    1.20 -{
    1.21 -	mkdir -p $fs/usr/include $fs/usr/share 
    1.22 -	mkdir -p $fs/usr/lib/directfb-1.3-0/gfxdrivers 
    1.23 -	mkdir -p $fs/usr/lib/directfb-1.3-0/inputdrivers 
    1.24 -	mkdir -p $fs/usr/lib/directfb-1.3-0/systems 
    1.25 -	mkdir -p $fs/usr/lib/directfb-1.3-0/interfaces/IDirectFBFont
    1.26 -	mkdir -p $fs/usr/lib/directfb-1.3-0/interfaces/IDirectFBImageProvider
    1.27 -	mkdir -p $fs/usr/lib/directfb-1.3-0/interfaces/IDirectFBVideoProvider 
    1.28 -	mkdir -p $fs/usr/lib/directfb-1.3-0/wm
    1.29 -	cp -a $_pkg/usr/include $fs/usr
    1.30 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib	
    1.31 -	cp -a $_pkg/usr/lib/*.la* $fs/usr/lib
    1.32 -	cp -a $_pkg/usr/lib/directfb-1.3-0/gfxdrivers/*.la $fs/usr/lib/directfb-1.3-0/gfxdrivers
    1.33 -	cp -a $_pkg/usr/lib/directfb-1.3-0/inputdrivers/*.la $fs/usr/lib/directfb-1.3-0/inputdrivers
    1.34 -	cp -a $_pkg/usr/lib/directfb-1.3-0/systems/*.la $fs/usr/lib/directfb-1.3-0/systems
    1.35 -	cp -a $_pkg/usr/lib/directfb-1.3-0/interfaces/IDirectFBFont/*.la $fs/usr/lib/directfb-1.3-0/interfaces/IDirectFBFont
    1.36 -	cp -a $_pkg/usr/lib/directfb-1.3-0/interfaces/IDirectFBImageProvider/*.la $fs/usr/lib/directfb-1.3-0/interfaces/IDirectFBImageProvider
    1.37 -	cp -a $_pkg/usr/lib/directfb-1.3-0/interfaces/IDirectFBVideoProvider/*.la $fs/usr/lib/directfb-1.3-0/interfaces/IDirectFBVideoProvider
    1.38 -	cp -a $_pkg/usr/lib/directfb-1.3-0/wm/*.la $fs/usr/lib/directfb-1.3-0/wm
    1.39 -}
    1.40 -
     2.1 --- a/DirectFB/receipt	Thu Jun 11 02:15:26 2009 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,47 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="DirectFB"
     2.7 -VERSION="1.3.1"
     2.8 -CATEGORY="X11"
     2.9 -SHORT_DESC="thin library for Hardware graphic acceleration..etc"
    2.10 -MAINTAINER="allan316@gmail.com"
    2.11 -DEPENDS="libSDL libsdl-gfx"
    2.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.13 -WEB_SITE="http://directfb.org"
    2.14 -WGET_URL="$WEB_SITE/downloads/Core/$TARBALL"
    2.15 -
    2.16 -# Rules to configure and make the package.
    2.17 -compile_rules()
    2.18 -{
    2.19 -	cd $src
    2.20 -	./configure \
    2.21 -		--prefix=/usr \
    2.22 -		--infodir=/usr/share/info \
    2.23 -		--mandir=/usr/share/man \
    2.24 -		$CONFIGURE_ARGS &&
    2.25 -	make && make DESTDIR=$PWD/_pkg install
    2.26 -}
    2.27 -
    2.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.29 -genpkg_rules()
    2.30 -{
    2.31 -	mkdir -p $fs/usr $fs/usr/share 
    2.32 -	mkdir -p $fs/usr/lib/directfb-1.3-0/gfxdrivers 
    2.33 -	mkdir -p $fs/usr/lib/directfb-1.3-0/inputdrivers 
    2.34 -	mkdir -p $fs/usr/lib/directfb-1.3-0/systems 
    2.35 -	mkdir -p $fs/usr/lib/directfb-1.3-0/interfaces/IDirectFBFont
    2.36 -	mkdir -p $fs/usr/lib/directfb-1.3-0/interfaces/IDirectFBImageProvider
    2.37 -	mkdir -p $fs/usr/lib/directfb-1.3-0/interfaces/IDirectFBVideoProvider 
    2.38 -	mkdir -p $fs/usr/lib/directfb-1.3-0/wm
    2.39 -	cp -a $_pkg/usr/bin $fs/usr
    2.40 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.41 -	cp -a $_pkg/usr/lib/directfb-1.3-0/gfxdrivers/*.so* $fs/usr/lib/directfb-1.3-0/gfxdrivers
    2.42 -	cp -a $_pkg/usr/lib/directfb-1.3-0/inputdrivers/*.so* $fs/usr/lib/directfb-1.3-0/inputdrivers
    2.43 -	cp -a $_pkg/usr/lib/directfb-1.3-0/systems/*.so* $fs/usr/lib/directfb-1.3-0/systems
    2.44 -	cp -a $_pkg/usr/lib/directfb-1.3-0/interfaces/IDirectFBFont/*.so $fs/usr/lib/directfb-1.3-0/interfaces/IDirectFBFont
    2.45 -	cp -a $_pkg/usr/lib/directfb-1.3-0/interfaces/IDirectFBImageProvider/*.so $fs/usr/lib/directfb-1.3-0/interfaces/IDirectFBImageProvider
    2.46 -	cp -a $_pkg/usr/lib/directfb-1.3-0/interfaces/IDirectFBVideoProvider/*.so $fs/usr/lib/directfb-1.3-0/interfaces/IDirectFBVideoProvider
    2.47 -	cp -a $_pkg/usr/lib/directfb-1.3-0/wm/*.so* $fs/usr/lib/directfb-1.3-0/wm
    2.48 -	cp -a $_pkg/usr/share/directfb-1.3.1 $fs/usr/share
    2.49 -}
    2.50 -