wok rev 14732

Add xorg-xf86-video-cirrus, xorg-xf86-video-mach64, xorg-xf86-video-s3virge, xorg-xf86-video-savage, xorg-xf86-video-sis, xorg-xf86-video-tseng
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 13:22:51 2013 +0200 (2013-06-13)
parents 670e1a0c1072
children 568a6dc545ce
files xorg-xf86-video-cirrus/receipt xorg-xf86-video-mach64/receipt xorg-xf86-video-s3virge/receipt xorg-xf86-video-savage/receipt xorg-xf86-video-sis/receipt xorg-xf86-video-tseng/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-xf86-video-cirrus/receipt	Thu Jun 13 13:22:51 2013 +0200
     1.3 @@ -0,0 +1,41 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xorg-xf86-video-cirrus"
     1.7 +VERSION="1.5.2"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Xorg driver for Cirrus cards."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +SOURCE="xf86-video-cirrus"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://www.x.org/"
    1.14 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    1.15 +TAGS="xorg display"
    1.16 +
    1.17 +DEPENDS="xorg-server"
    1.18 +BUILD_DEPENDS="xorg-server-dev"
    1.19 +
    1.20 +MODS='/usr/lib/X11/modules'
    1.21 +
    1.22 +# Rules to configure and make the package.
    1.23 +compile_rules()
    1.24 +{
    1.25 +	cd $src
    1.26 +	./configure \
    1.27 +		--prefix=/usr \
    1.28 +		--sysconfdir=/etc \
    1.29 +		--mandir=/usr/share/man \
    1.30 +		--localstatedir=/var \
    1.31 +		--with-xorg-module-dir=$MODS \
    1.32 +		$CONFIGURE_ARGS &&
    1.33 +	make &&
    1.34 +	make DESTDIR=$DESTDIR install
    1.35 +}
    1.36 +
    1.37 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 +genpkg_rules()
    1.39 +{
    1.40 +	mkdir -p $fs/usr/lib/X11/modules/drivers/
    1.41 +	cp -a $install/usr/lib/X11/modules/drivers/*.so \
    1.42 +		$fs/usr/lib/X11/modules/drivers/
    1.43 +}
    1.44 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xorg-xf86-video-mach64/receipt	Thu Jun 13 13:22:51 2013 +0200
     2.3 @@ -0,0 +1,41 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="xorg-xf86-video-mach64"
     2.7 +VERSION="6.9.4"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="Xorg driver for ATI MACH 64 cards."
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +SOURCE="xf86-video-mach64"
    2.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.13 +WEB_SITE="http://www.x.org/"
    2.14 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    2.15 +TAGS="xorg display"
    2.16 +
    2.17 +DEPENDS="xorg-server"
    2.18 +BUILD_DEPENDS="xorg-server-dev"
    2.19 +
    2.20 +MODS='/usr/lib/X11/modules'
    2.21 +
    2.22 +# Rules to configure and make the package.
    2.23 +compile_rules()
    2.24 +{
    2.25 +	cd $src
    2.26 +	./configure \
    2.27 +		--prefix=/usr \
    2.28 +		--sysconfdir=/etc \
    2.29 +		--mandir=/usr/share/man \
    2.30 +		--localstatedir=/var \
    2.31 +		--with-xorg-module-dir=$MODS \
    2.32 +		$CONFIGURE_ARGS &&
    2.33 +	make &&
    2.34 +	make DESTDIR=$DESTDIR install
    2.35 +}
    2.36 +
    2.37 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.38 +genpkg_rules()
    2.39 +{
    2.40 +	mkdir -p $fs/usr/lib/X11/modules/drivers/
    2.41 +	cp -a $install/usr/lib/X11/modules/drivers/*.so \
    2.42 +		$fs/usr/lib/X11/modules/drivers/
    2.43 +}
    2.44 +
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/xorg-xf86-video-s3virge/receipt	Thu Jun 13 13:22:51 2013 +0200
     3.3 @@ -0,0 +1,41 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="xorg-xf86-video-s3virge"
     3.7 +VERSION="1.10.6"
     3.8 +CATEGORY="x-window"
     3.9 +SHORT_DESC="Xorg driver for Trident S3 virge cards."
    3.10 +MAINTAINER="pascal.bellard@slitaz.org"
    3.11 +SOURCE="xf86-video-s3virge"
    3.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    3.13 +WEB_SITE="http://www.x.org/"
    3.14 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    3.15 +TAGS="xorg display"
    3.16 +
    3.17 +DEPENDS="xorg-server"
    3.18 +BUILD_DEPENDS="xorg-server-dev"
    3.19 +
    3.20 +MODS='/usr/lib/X11/modules'
    3.21 +
    3.22 +# Rules to configure and make the package.
    3.23 +compile_rules()
    3.24 +{
    3.25 +	cd $src
    3.26 +	./configure \
    3.27 +		--prefix=/usr \
    3.28 +		--sysconfdir=/etc \
    3.29 +		--mandir=/usr/share/man \
    3.30 +		--localstatedir=/var \
    3.31 +		--with-xorg-module-dir=$MODS \
    3.32 +		$CONFIGURE_ARGS &&
    3.33 +	make &&
    3.34 +	make DESTDIR=$DESTDIR install
    3.35 +}
    3.36 +
    3.37 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.38 +genpkg_rules()
    3.39 +{
    3.40 +	mkdir -p $fs/usr/lib/X11/modules/drivers/
    3.41 +	cp -a $install/usr/lib/X11/modules/drivers/*.so \
    3.42 +		$fs/usr/lib/X11/modules/drivers/
    3.43 +}
    3.44 +
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/xorg-xf86-video-savage/receipt	Thu Jun 13 13:22:51 2013 +0200
     4.3 @@ -0,0 +1,41 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="xorg-xf86-video-savage"
     4.7 +VERSION="2.3.6"
     4.8 +CATEGORY="x-window"
     4.9 +SHORT_DESC="Xorg driver for Trident savage cards."
    4.10 +MAINTAINER="pascal.bellard@slitaz.org"
    4.11 +SOURCE="xf86-video-savage"
    4.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    4.13 +WEB_SITE="http://www.x.org/"
    4.14 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    4.15 +TAGS="xorg display"
    4.16 +
    4.17 +DEPENDS="xorg-server"
    4.18 +BUILD_DEPENDS="xorg-server-dev"
    4.19 +
    4.20 +MODS='/usr/lib/X11/modules'
    4.21 +
    4.22 +# Rules to configure and make the package.
    4.23 +compile_rules()
    4.24 +{
    4.25 +	cd $src
    4.26 +	./configure \
    4.27 +		--prefix=/usr \
    4.28 +		--sysconfdir=/etc \
    4.29 +		--mandir=/usr/share/man \
    4.30 +		--localstatedir=/var \
    4.31 +		--with-xorg-module-dir=$MODS \
    4.32 +		$CONFIGURE_ARGS &&
    4.33 +	make &&
    4.34 +	make DESTDIR=$DESTDIR install
    4.35 +}
    4.36 +
    4.37 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.38 +genpkg_rules()
    4.39 +{
    4.40 +	mkdir -p $fs/usr/lib/X11/modules/drivers/
    4.41 +	cp -a $install/usr/lib/X11/modules/drivers/*.so \
    4.42 +		$fs/usr/lib/X11/modules/drivers/
    4.43 +}
    4.44 +
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/xorg-xf86-video-sis/receipt	Thu Jun 13 13:22:51 2013 +0200
     5.3 @@ -0,0 +1,41 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="xorg-xf86-video-sis"
     5.7 +VERSION="0.10.7"
     5.8 +CATEGORY="x-window"
     5.9 +SHORT_DESC="Xorg driver for SIS cards."
    5.10 +MAINTAINER="pascal.bellard@slitaz.org"
    5.11 +SOURCE="xf86-video-sis"
    5.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    5.13 +WEB_SITE="http://www.x.org/"
    5.14 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    5.15 +TAGS="xorg display"
    5.16 +
    5.17 +DEPENDS="xorg-server"
    5.18 +BUILD_DEPENDS="xorg-server-dev"
    5.19 +
    5.20 +MODS='/usr/lib/X11/modules'
    5.21 +
    5.22 +# Rules to configure and make the package.
    5.23 +compile_rules()
    5.24 +{
    5.25 +	cd $src
    5.26 +	./configure \
    5.27 +		--prefix=/usr \
    5.28 +		--sysconfdir=/etc \
    5.29 +		--mandir=/usr/share/man \
    5.30 +		--localstatedir=/var \
    5.31 +		--with-xorg-module-dir=$MODS \
    5.32 +		$CONFIGURE_ARGS &&
    5.33 +	make &&
    5.34 +	make DESTDIR=$DESTDIR install
    5.35 +}
    5.36 +
    5.37 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.38 +genpkg_rules()
    5.39 +{
    5.40 +	mkdir -p $fs/usr/lib/X11/modules/drivers/
    5.41 +	cp -a $install/usr/lib/X11/modules/drivers/*.so \
    5.42 +		$fs/usr/lib/X11/modules/drivers/
    5.43 +}
    5.44 +
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/xorg-xf86-video-tseng/receipt	Thu Jun 13 13:22:51 2013 +0200
     6.3 @@ -0,0 +1,41 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="xorg-xf86-video-tseng"
     6.7 +VERSION="1.2.5"
     6.8 +CATEGORY="x-window"
     6.9 +SHORT_DESC="Xorg driver for Tseng cards."
    6.10 +MAINTAINER="pascal.bellard@slitaz.org"
    6.11 +SOURCE="xf86-video-tseng"
    6.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    6.13 +WEB_SITE="http://www.x.org/"
    6.14 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    6.15 +TAGS="xorg display"
    6.16 +
    6.17 +DEPENDS="xorg-server"
    6.18 +BUILD_DEPENDS="xorg-server-dev"
    6.19 +
    6.20 +MODS='/usr/lib/X11/modules'
    6.21 +
    6.22 +# Rules to configure and make the package.
    6.23 +compile_rules()
    6.24 +{
    6.25 +	cd $src
    6.26 +	./configure \
    6.27 +		--prefix=/usr \
    6.28 +		--sysconfdir=/etc \
    6.29 +		--mandir=/usr/share/man \
    6.30 +		--localstatedir=/var \
    6.31 +		--with-xorg-module-dir=$MODS \
    6.32 +		$CONFIGURE_ARGS &&
    6.33 +	make &&
    6.34 +	make DESTDIR=$DESTDIR install
    6.35 +}
    6.36 +
    6.37 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.38 +genpkg_rules()
    6.39 +{
    6.40 +	mkdir -p $fs/usr/lib/X11/modules/drivers/
    6.41 +	cp -a $install/usr/lib/X11/modules/drivers/*.so \
    6.42 +		$fs/usr/lib/X11/modules/drivers/
    6.43 +}
    6.44 +