wok rev 3017

Add Xorg video driver geode + i740
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 11 22:36:33 2009 +0200 (2009-05-11)
parents 086916aa96e8
children 8192b7f227da
files xorg-xf86-video-geode/receipt xorg-xf86-video-i740/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-xf86-video-geode/receipt	Mon May 11 22:36:33 2009 +0200
     1.3 @@ -0,0 +1,37 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xorg-xf86-video-geode"
     1.7 +VERSION="2.10.1"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Xorg server protocol."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="xorg xorg-server"
    1.12 +BUILD_DEPENDS="xorg-server xorg-xproto xorg-fontsproto"
    1.13 +SOURCE="xf86-video-geode"
    1.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.15 +WEB_SITE="http://www.x.org/"
    1.16 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +    cd $src
    1.22 +    ./configure \
    1.23 +    	--prefix=/usr \
    1.24 +    	--sysconfdir=/etc \
    1.25 +    	--mandir=/usr/share/man \
    1.26 +    	--localstatedir=/var \
    1.27 +    	--with-xorg-module-dir=/usr/lib/X11/modules \
    1.28 +    	$CONFIGURE_ARGS &&
    1.29 +    make &&
    1.30 +    make DESTDIR=$PWD/_pkg install
    1.31 +}
    1.32 +
    1.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 +genpkg_rules()
    1.35 +{
    1.36 +	mkdir -p $fs/usr/lib/X11/modules/drivers/
    1.37 +    cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \
    1.38 +    	$fs/usr/lib/X11/modules/drivers/
    1.39 +}
    1.40 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xorg-xf86-video-i740/receipt	Mon May 11 22:36:33 2009 +0200
     2.3 @@ -0,0 +1,37 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="xorg-xf86-video-i740"
     2.7 +VERSION="1.2.0"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="Xorg server protocol."
    2.10 +MAINTAINER="pankso@slitaz.org"
    2.11 +DEPENDS="xorg xorg-server"
    2.12 +BUILD_DEPENDS="xorg-server xorg-xproto xorg-fontsproto"
    2.13 +SOURCE="xf86-video-i740"
    2.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.15 +WEB_SITE="http://www.x.org/"
    2.16 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    2.17 +
    2.18 +# Rules to configure and make the package.
    2.19 +compile_rules()
    2.20 +{
    2.21 +    cd $src
    2.22 +    ./configure \
    2.23 +    	--prefix=/usr \
    2.24 +    	--sysconfdir=/etc \
    2.25 +    	--mandir=/usr/share/man \
    2.26 +    	--localstatedir=/var \
    2.27 +    	--with-xorg-module-dir=/usr/lib/X11/modules \
    2.28 +    	$CONFIGURE_ARGS &&
    2.29 +    make &&
    2.30 +    make DESTDIR=$PWD/_pkg install
    2.31 +}
    2.32 +
    2.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.34 +genpkg_rules()
    2.35 +{
    2.36 +	mkdir -p $fs/usr/lib/X11/modules/drivers/
    2.37 +    cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \
    2.38 +    	$fs/usr/lib/X11/modules/drivers/
    2.39 +}
    2.40 +