wok-next rev 447
Add a few Xorg card driver (ati,nv,i810)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 16 19:47:10 2008 +0100 (2008-03-16) |
parents | 510870ca891b |
children | 1e00c830bd4b |
files | xorg-xf86-video-ati/receipt xorg-xf86-video-i810/receipt xorg-xf86-video-nv/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xorg-xf86-video-ati/receipt Sun Mar 16 19:47:10 2008 +0100 1.3 @@ -0,0 +1,36 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xorg-xf86-video-ati" 1.7 +VERSION="6.6.2" 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 +SOURCE="xf86-video-ati" 1.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://www.x.org/" 1.15 +WGET_URL="$XORG_MIRROR/driver/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + ./configure \ 1.22 + --prefix=/usr \ 1.23 + --sysconfdir=/etc \ 1.24 + --mandir=/usr/share/man \ 1.25 + --localstatedir=/var \ 1.26 + --with-xorg-module-dir=/usr/lib/X11/modules \ 1.27 + $CONFIGURE_ARGS 1.28 + make 1.29 + make DESTDIR=$PWD/_pkg install 1.30 +} 1.31 + 1.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.33 +genpkg_rules() 1.34 +{ 1.35 + mkdir -p $fs/usr/lib/X11/modules/drivers/ 1.36 + cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \ 1.37 + $fs/usr/lib/X11/modules/drivers/ 1.38 +} 1.39 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xorg-xf86-video-i810/receipt Sun Mar 16 19:47:10 2008 +0100 2.3 @@ -0,0 +1,37 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="xorg-xf86-video-i810" 2.7 +VERSION="1.4.1.3" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="Xorg server protocol." 2.10 +MAINTAINER="pankso@slitaz.org" 2.11 +DEPENDS="xorg xorg-server xorg-libXvMC" 2.12 +BUILD_DEPENDS="xorg-server-dev xorg-libXvMC-dev" 2.13 +SOURCE="xf86-video-i810" 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 +
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/xorg-xf86-video-nv/receipt Sun Mar 16 19:47:10 2008 +0100 3.3 @@ -0,0 +1,36 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="xorg-xf86-video-nv" 3.7 +VERSION="2.1.2" 3.8 +CATEGORY="x-window" 3.9 +SHORT_DESC="Xorg server protocol." 3.10 +MAINTAINER="pankso@slitaz.org" 3.11 +DEPENDS="xorg xorg-server" 3.12 +SOURCE="xf86-video-nv" 3.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 3.14 +WEB_SITE="http://www.x.org/" 3.15 +WGET_URL="$XORG_MIRROR/driver/$TARBALL" 3.16 + 3.17 +# Rules to configure and make the package. 3.18 +compile_rules() 3.19 +{ 3.20 + cd $src 3.21 + ./configure \ 3.22 + --prefix=/usr \ 3.23 + --sysconfdir=/etc \ 3.24 + --mandir=/usr/share/man \ 3.25 + --localstatedir=/var \ 3.26 + --with-xorg-module-dir=/usr/lib/X11/modules \ 3.27 + $CONFIGURE_ARGS 3.28 + make 3.29 + make DESTDIR=$PWD/_pkg install 3.30 +} 3.31 + 3.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.33 +genpkg_rules() 3.34 +{ 3.35 + mkdir -p $fs/usr/lib/X11/modules/drivers/ 3.36 + cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \ 3.37 + $fs/usr/lib/X11/modules/drivers/ 3.38 +} 3.39 +