# HG changeset patch # User Christophe Lincoln # Date 1242074193 -7200 # Node ID b193030f4c253dc4f4847624a0a092df91259034 # Parent 086916aa96e8595fe8a610a2ca9215c959655b13 Add Xorg video driver geode + i740 diff -r 086916aa96e8 -r b193030f4c25 xorg-xf86-video-geode/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xf86-video-geode/receipt Mon May 11 22:36:33 2009 +0200 @@ -0,0 +1,37 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xf86-video-geode" +VERSION="2.10.1" +CATEGORY="x-window" +SHORT_DESC="Xorg server protocol." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg xorg-server" +BUILD_DEPENDS="xorg-server xorg-xproto xorg-fontsproto" +SOURCE="xf86-video-geode" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/driver/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var \ + --with-xorg-module-dir=/usr/lib/X11/modules \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/X11/modules/drivers/ + cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \ + $fs/usr/lib/X11/modules/drivers/ +} + diff -r 086916aa96e8 -r b193030f4c25 xorg-xf86-video-i740/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xf86-video-i740/receipt Mon May 11 22:36:33 2009 +0200 @@ -0,0 +1,37 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xf86-video-i740" +VERSION="1.2.0" +CATEGORY="x-window" +SHORT_DESC="Xorg server protocol." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg xorg-server" +BUILD_DEPENDS="xorg-server xorg-xproto xorg-fontsproto" +SOURCE="xf86-video-i740" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/driver/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var \ + --with-xorg-module-dir=/usr/lib/X11/modules \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/X11/modules/drivers/ + cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \ + $fs/usr/lib/X11/modules/drivers/ +} +