wok rev 88

Add : xf86* proto + libs
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 02 22:25:26 2008 +0100 (2008-01-02)
parents da39ce2eb72c
children 35dd72c1429c
files xorg-libXxf86misc-dev/receipt xorg-libXxf86misc/receipt xorg-libXxf86vm-dev/receipt xorg-libXxf86vm/receipt xorg-xf86-input-keyboard/receipt xorg-xf86-input-mouse/receipt xorg-xf86-video-vesa/receipt xorg-xf86bigfontproto/receipt xorg-xf86dgaproto/receipt xorg-xf86driproto/receipt xorg-xf86miscproto/receipt xorg-xf86vidmodeproto/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-libXxf86misc-dev/receipt	Wed Jan 02 22:25:26 2008 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xorg-libXxf86misc-dev"
     1.7 +VERSION="1.0.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Xorg font cache libs."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="xorg"
    1.12 +SOURCE="libXxf86misc"
    1.13 +WANTED="xorg-libXxf86misc"
    1.14 +WEB_SITE="http://www.x.org/"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/lib
    1.20 +	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
    1.21 +    cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.22 +    cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.23 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xorg-libXxf86misc/receipt	Wed Jan 02 22:25:26 2008 +0100
     2.3 @@ -0,0 +1,31 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="xorg-libXxf86misc"
     2.7 +VERSION="1.0.0"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="Xorg keyboard user interface libs."
    2.10 +MAINTAINER="pankso@slitaz.org"
    2.11 +DEPENDS="xorg"
    2.12 +SOURCE="libXxf86misc"
    2.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.14 +WEB_SITE="http://www.x.org/"
    2.15 +WGET_URL="http://xorg.freedesktop.org/releases/individual/lib/$TARBALL"
    2.16 +
    2.17 +# Rules to configure and make the package.
    2.18 +compile_rules()
    2.19 +{
    2.20 +    cd $src
    2.21 +    ./configure --prefix=/usr --sysconfdir=/etc \
    2.22 +    --mandir=/usr/share/man --localstatedir=/var \
    2.23 +    $CONFIGURE_ARGS
    2.24 +    make
    2.25 +    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/lib
    2.32 +    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.33 +    strip -s $fs/usr/lib/*
    2.34 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/xorg-libXxf86vm-dev/receipt	Wed Jan 02 22:25:26 2008 +0100
     3.3 @@ -0,0 +1,20 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="xorg-libXxf86vm-dev"
     3.7 +VERSION="1.0.1"
     3.8 +CATEGORY="x-window"
     3.9 +SHORT_DESC="Xorg font cache libs."
    3.10 +MAINTAINER="pankso@slitaz.org"
    3.11 +DEPENDS="xorg"
    3.12 +SOURCE="libXxf86vm"
    3.13 +WANTED="xorg-libXxf86vm"
    3.14 +WEB_SITE="http://www.x.org/"
    3.15 +
    3.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.17 +genpkg_rules()
    3.18 +{
    3.19 +	mkdir -p $fs/usr/lib
    3.20 +	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
    3.21 +    cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    3.22 +    cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    3.23 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/xorg-libXxf86vm/receipt	Wed Jan 02 22:25:26 2008 +0100
     4.3 @@ -0,0 +1,31 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="xorg-libXxf86vm"
     4.7 +VERSION="1.0.1"
     4.8 +CATEGORY="x-window"
     4.9 +SHORT_DESC="Xorg keyboard user interface libs."
    4.10 +MAINTAINER="pankso@slitaz.org"
    4.11 +DEPENDS="xorg"
    4.12 +SOURCE="libXxf86vm"
    4.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    4.14 +WEB_SITE="http://www.x.org/"
    4.15 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    4.16 +
    4.17 +# Rules to configure and make the package.
    4.18 +compile_rules()
    4.19 +{
    4.20 +    cd $src
    4.21 +    ./configure --prefix=/usr --sysconfdir=/etc \
    4.22 +    --mandir=/usr/share/man --localstatedir=/var \
    4.23 +    $CONFIGURE_ARGS
    4.24 +    make
    4.25 +    make DESTDIR=$PWD/_pkg install
    4.26 +}
    4.27 +
    4.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.29 +genpkg_rules()
    4.30 +{
    4.31 +	mkdir -p $fs/usr/lib
    4.32 +    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    4.33 +    strip -s $fs/usr/lib/*
    4.34 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/xorg-xf86-input-keyboard/receipt	Wed Jan 02 22:25:26 2008 +0100
     5.3 @@ -0,0 +1,33 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="xorg-xf86-input-keyboard"
     5.7 +VERSION="1.2.2"
     5.8 +CATEGORY="x-window"
     5.9 +SHORT_DESC="Xorg server protocol."
    5.10 +MAINTAINER="pankso@slitaz.org"
    5.11 +DEPENDS="xorg xorg-server"
    5.12 +SOURCE="xf86-input-keyboard"
    5.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    5.14 +WEB_SITE="http://www.x.org/"
    5.15 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    5.16 +
    5.17 +# Rules to configure and make the package.
    5.18 +compile_rules()
    5.19 +{
    5.20 +    cd $src
    5.21 +    ./configure --prefix=/usr --sysconfdir=/etc \
    5.22 +    --mandir=/usr/share/man --localstatedir=/var \
    5.23 +    $CONFIGURE_ARGS
    5.24 +    make
    5.25 +    make DESTDIR=$PWD/_pkg install
    5.26 +}
    5.27 +
    5.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.29 +genpkg_rules()
    5.30 +{
    5.31 +	mkdir -p $fs/usr/lib/xorg/modules/input/
    5.32 +    cp -a $_pkg/usr/lib/xorg/modules/input/*.so \
    5.33 +    	$fs/usr/lib/xorg/modules/input/
    5.34 +    strip -s $fs/usr/lib/xorg/modules/input/*
    5.35 +}
    5.36 +
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/xorg-xf86-input-mouse/receipt	Wed Jan 02 22:25:26 2008 +0100
     6.3 @@ -0,0 +1,33 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="xorg-xf86-input-mouse"
     6.7 +VERSION="1.2.2"
     6.8 +CATEGORY="x-window"
     6.9 +SHORT_DESC="Xorg server protocol."
    6.10 +MAINTAINER="pankso@slitaz.org"
    6.11 +DEPENDS="xorg xorg-server"
    6.12 +SOURCE="xf86-input-mouse"
    6.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    6.14 +WEB_SITE="http://www.x.org/"
    6.15 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    6.16 +
    6.17 +# Rules to configure and make the package.
    6.18 +compile_rules()
    6.19 +{
    6.20 +    cd $src
    6.21 +    ./configure --prefix=/usr --sysconfdir=/etc \
    6.22 +    --mandir=/usr/share/man --localstatedir=/var \
    6.23 +    $CONFIGURE_ARGS
    6.24 +    make
    6.25 +    make DESTDIR=$PWD/_pkg install
    6.26 +}
    6.27 +
    6.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.29 +genpkg_rules()
    6.30 +{
    6.31 +	mkdir -p $fs/usr/lib/xorg/modules/input/
    6.32 +    cp -a $_pkg/usr/lib/xorg/modules/input/*.so \
    6.33 +    	$fs/usr/lib/xorg/modules/input/
    6.34 +    strip -s $fs/usr/lib/xorg/modules/input/*
    6.35 +}
    6.36 +
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/xorg-xf86-video-vesa/receipt	Wed Jan 02 22:25:26 2008 +0100
     7.3 @@ -0,0 +1,32 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="xorg-xf86-video-vesa"
     7.7 +VERSION="1.3.0"
     7.8 +CATEGORY="x-window"
     7.9 +SHORT_DESC="Xorg server protocol."
    7.10 +MAINTAINER="pankso@slitaz.org"
    7.11 +DEPENDS="xorg xorg-server"
    7.12 +SOURCE="xf86-video-vesa"
    7.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    7.14 +WEB_SITE="http://www.x.org/"
    7.15 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    7.16 +
    7.17 +# Rules to configure and make the package.
    7.18 +compile_rules()
    7.19 +{
    7.20 +    cd $src
    7.21 +    ./configure --prefix=/usr --sysconfdir=/etc \
    7.22 +    --mandir=/usr/share/man --localstatedir=/var \
    7.23 +    $CONFIGURE_ARGS
    7.24 +    make
    7.25 +    make DESTDIR=$PWD/_pkg install
    7.26 +}
    7.27 +
    7.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.29 +genpkg_rules()
    7.30 +{
    7.31 +	mkdir -p $fs/usr/lib/xorg/modules/drivers/
    7.32 +    cp -a $_pkg/usr/lib/xorg/modules/drivers/*.so \
    7.33 +    	$fs/usr/lib/xorg/modules/drivers/
    7.34 +}
    7.35 +
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/xorg-xf86bigfontproto/receipt	Wed Jan 02 22:25:26 2008 +0100
     8.3 @@ -0,0 +1,30 @@
     8.4 +# SliTaz package receipt.
     8.5 +
     8.6 +PACKAGE="xorg-xf86bigfontproto"
     8.7 +VERSION="1.1.2"
     8.8 +CATEGORY="devel"
     8.9 +SHORT_DESC="Xorg server protocol."
    8.10 +MAINTAINER="pankso@slitaz.org"
    8.11 +DEPENDS="xorg"
    8.12 +SOURCE="xf86bigfontproto"
    8.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    8.14 +WEB_SITE="http://www.x.org/"
    8.15 +WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    8.16 +
    8.17 +# Rules to configure and make the package.
    8.18 +compile_rules()
    8.19 +{
    8.20 +    cd $src
    8.21 +    ./configure --prefix=/usr --sysconfdir=/etc \
    8.22 +    --mandir=/usr/share/man --localstatedir=/var \
    8.23 +    $CONFIGURE_ARGS
    8.24 +    make
    8.25 +    make DESTDIR=$PWD/_pkg install
    8.26 +}
    8.27 +
    8.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    8.29 +genpkg_rules()
    8.30 +{
    8.31 +    cp -a $_pkg/* $fs
    8.32 +}
    8.33 +
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/xorg-xf86dgaproto/receipt	Wed Jan 02 22:25:26 2008 +0100
     9.3 @@ -0,0 +1,30 @@
     9.4 +# SliTaz package receipt.
     9.5 +
     9.6 +PACKAGE="xorg-xf86dgaproto"
     9.7 +VERSION="2.0.3"
     9.8 +CATEGORY="devel"
     9.9 +SHORT_DESC="Xorg server protocol."
    9.10 +MAINTAINER="pankso@slitaz.org"
    9.11 +DEPENDS="xorg"
    9.12 +SOURCE="xf86dgaproto"
    9.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    9.14 +WEB_SITE="http://www.x.org/"
    9.15 +WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    9.16 +
    9.17 +# Rules to configure and make the package.
    9.18 +compile_rules()
    9.19 +{
    9.20 +    cd $src
    9.21 +    ./configure --prefix=/usr --sysconfdir=/etc \
    9.22 +    --mandir=/usr/share/man --localstatedir=/var \
    9.23 +    $CONFIGURE_ARGS
    9.24 +    make
    9.25 +    make DESTDIR=$PWD/_pkg install
    9.26 +}
    9.27 +
    9.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    9.29 +genpkg_rules()
    9.30 +{
    9.31 +    cp -a $_pkg/* $fs
    9.32 +}
    9.33 +
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/xorg-xf86driproto/receipt	Wed Jan 02 22:25:26 2008 +0100
    10.3 @@ -0,0 +1,30 @@
    10.4 +# SliTaz package receipt.
    10.5 +
    10.6 +PACKAGE="xorg-xf86driproto"
    10.7 +VERSION="2.0.3"
    10.8 +CATEGORY="devel"
    10.9 +SHORT_DESC="Xorg server protocol."
   10.10 +MAINTAINER="pankso@slitaz.org"
   10.11 +DEPENDS="xorg"
   10.12 +SOURCE="xf86driproto"
   10.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
   10.14 +WEB_SITE="http://www.x.org/"
   10.15 +WGET_URL="$XORG_MIRROR/proto/$TARBALL"
   10.16 +
   10.17 +# Rules to configure and make the package.
   10.18 +compile_rules()
   10.19 +{
   10.20 +    cd $src
   10.21 +    ./configure --prefix=/usr --sysconfdir=/etc \
   10.22 +    --mandir=/usr/share/man --localstatedir=/var \
   10.23 +    $CONFIGURE_ARGS
   10.24 +    make
   10.25 +    make DESTDIR=$PWD/_pkg install
   10.26 +}
   10.27 +
   10.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
   10.29 +genpkg_rules()
   10.30 +{
   10.31 +    cp -a $_pkg/* $fs
   10.32 +}
   10.33 +
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/xorg-xf86miscproto/receipt	Wed Jan 02 22:25:26 2008 +0100
    11.3 @@ -0,0 +1,30 @@
    11.4 +# SliTaz package receipt.
    11.5 +
    11.6 +PACKAGE="xorg-xf86miscproto"
    11.7 +VERSION="0.9.2"
    11.8 +CATEGORY="devel"
    11.9 +SHORT_DESC="Xorg server protocol."
   11.10 +MAINTAINER="pankso@slitaz.org"
   11.11 +DEPENDS="xorg"
   11.12 +SOURCE="xf86miscproto"
   11.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
   11.14 +WEB_SITE="http://www.x.org/"
   11.15 +WGET_URL="$XORG_MIRROR/proto/$TARBALL"
   11.16 +
   11.17 +# Rules to configure and make the package.
   11.18 +compile_rules()
   11.19 +{
   11.20 +    cd $src
   11.21 +    ./configure --prefix=/usr --sysconfdir=/etc \
   11.22 +    --mandir=/usr/share/man --localstatedir=/var \
   11.23 +    $CONFIGURE_ARGS
   11.24 +    make
   11.25 +    make DESTDIR=$PWD/_pkg install
   11.26 +}
   11.27 +
   11.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
   11.29 +genpkg_rules()
   11.30 +{
   11.31 +    cp -a $_pkg/* $fs
   11.32 +}
   11.33 +
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/xorg-xf86vidmodeproto/receipt	Wed Jan 02 22:25:26 2008 +0100
    12.3 @@ -0,0 +1,30 @@
    12.4 +# SliTaz package receipt.
    12.5 +
    12.6 +PACKAGE="xorg-xf86vidmodeproto"
    12.7 +VERSION="2.2.2"
    12.8 +CATEGORY="devel"
    12.9 +SHORT_DESC="Xorg server protocol."
   12.10 +MAINTAINER="pankso@slitaz.org"
   12.11 +DEPENDS="xorg"
   12.12 +SOURCE="xf86vidmodeproto"
   12.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
   12.14 +WEB_SITE="http://www.x.org/"
   12.15 +WGET_URL="$XORG_MIRROR/proto/$TARBALL"
   12.16 +
   12.17 +# Rules to configure and make the package.
   12.18 +compile_rules()
   12.19 +{
   12.20 +    cd $src
   12.21 +    ./configure --prefix=/usr --sysconfdir=/etc \
   12.22 +    --mandir=/usr/share/man --localstatedir=/var \
   12.23 +    $CONFIGURE_ARGS
   12.24 +    make
   12.25 +    make DESTDIR=$PWD/_pkg install
   12.26 +}
   12.27 +
   12.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
   12.29 +genpkg_rules()
   12.30 +{
   12.31 +    cp -a $_pkg/* $fs
   12.32 +}
   12.33 +