# HG changeset patch # User Christophe Lincoln # Date 1197981662 -3600 # Node ID dc2dd4d7fffb20679ed9dfb08f4d52d61f8d7c87 # Parent 4bd82e9961cb23117a24c28e60e577e9eeab351a Add : xorg-* first big commit (no server) diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-bigreqsproto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-bigreqsproto/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="xorg-bigreqsproto" +VERSION="1.0.2" +CATEGORY="x-window" +SHORT_DESC="Xorg proto." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="bigreqsproto" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/proto/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} + diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-dev-proto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-dev-proto/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,42 @@ +# SliTaz package receipt. + +PACKAGE="xorg-dev-proto" +VERSION="7.3" +CATEGORY="x-window" +SHORT_DESC="Meta-package to build/install all Xorg protocols." +MAINTAINER="pankso@slitaz.org" +WANTED="xorg" +WEB_SITE="http://www.x.org/" +DEPENDS=" +xorg-proto +xorg-bigreqsproto +xorg-inputproto +xorg-kbproto +xorg-randrproto +xorg-renderproto +xorg-xcmiscproto +xorg-xextproto +xorg-xproto +xorg-xtrans +xorg-fixesproto +xorg-xineramaproto" + +# Rules to compile all proto packages listed in $DEPENDS +compile_rules() +{ + for pkg in $DEPENDS + do + tazwok compile $pkg + done +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + for pkg in $DEPENDS + do + tazwok genpkg $pkg + done + # Just to have a dir. + mkdir -p $fs/usr/share/X11 +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,43 @@ +# SliTaz package receipt. + +PACKAGE="xorg-dev" +VERSION="7.3" +CATEGORY="x-window" +SHORT_DESC="Meta-package to build/install all Xorg devel packages." +MAINTAINER="pankso@slitaz.org" +WANTED="xorg" +WEB_SITE="http://www.x.org/" +DEPENDS=" +freetype +fontconfig-dev +libpng-dev +pkg-config +xorg-libXdmcp-dev +xorg-libX11-dev +xorg-libXrandr-dev +xorg-libXrender-dev +xorg-libICE-dev +xorg-libSM-dev +xorg-libXau-dev +xorg-libXaw-dev +xorg-libXext-dev +xorg-libXft-dev +xorg-libXmu-dev +xorg-libXinerama-dev +xorg-libXpm-dev +xorg-libXt-dev +xorg-libXfixes-dev +xorg-libXcursor-dev +xorg-libXi-dev +xorg-libfontenc-dev" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + for pkg in $DEPENDS + do + tazwok genpkg $pkg + done + # Just to have a dir. + mkdir -p $fs/usr/share/X11 +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-fixesproto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-fixesproto/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="xorg-fixesproto" +VERSION="4.0" +CATEGORY="x-window" +SHORT_DESC="Xorg server fixes protocol." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="fixesproto" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/proto/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} + diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-inputproto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-inputproto/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="xorg-inputproto" +VERSION="1.4.2.1" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="inputproto" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/proto/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} + diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-kbproto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-kbproto/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="xorg-kbproto" +VERSION="1.0.3" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="kbproto" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/proto/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} + diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libICE-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libICE-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libICE-dev" +VERSION="1.0.4" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libICE" +SOURCE="libICE" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libICE/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libICE/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libICE" +VERSION="1.0.4" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libICE" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libSM-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libSM-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libSM-dev" +VERSION="1.0.3" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libSM" +SOURCE="libSM" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libSM/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libSM/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libSM" +VERSION="1.0.3" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libSM" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libX11-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libX11-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libX11-dev" +VERSION="1.1.3" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libX11" +SOURCE="libX11" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libX11/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libX11/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libX11" +VERSION="1.1.3" +CATEGORY="x-window" +SHORT_DESC="X11 main client interface to X window system." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libX11" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + --without-xcb $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* + # X11 locale. + mkdir -p $fs/usr/share/X11/locale + cp -a $_pkg/usr/share/X11/locale/C $fs/usr/share/X11/locale + cp -a $_pkg/usr/share/X11/locale/iso8859-1 $fs/usr/share/X11/locale + cp -a $_pkg/usr/share/X11/locale/iso8859-2 $fs/usr/share/X11/locale + cp -a $_pkg/usr/share/X11/locale/iso8859-15 $fs/usr/share/X11/locale + cp -a $_pkg/usr/share/X11/locale/*.dir $fs/usr/share/X11/locale + cp -a $_pkg/usr/share/X11/locale/*.alias $fs/usr/share/X11/locale +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXau-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXau-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXau-dev" +VERSION="1.0.3" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libXau" +SOURCE="libXau" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXau/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXau/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXau" +VERSION="1.0.3" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libXau" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXaw-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXaw-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXaw-dev" +VERSION="1.0.4" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libXaw" +SOURCE="libXaw" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXaw/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXaw/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXaw" +VERSION="1.0.4" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libXaw" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXcursor-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXcursor-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXcursor-dev" +VERSION="1.1.9" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libXcursor" +SOURCE="libXcursor" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXcursor/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXcursor/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXcursor" +VERSION="1.1.9" +CATEGORY="x-window" +SHORT_DESC="X cursors library." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libXcursor" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXdmcp-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXdmcp-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXdmcp-dev" +VERSION="1.0.2" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libXdmcp" +SOURCE="libXdmcp" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXdmcp/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXdmcp/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXdmcp" +VERSION="1.0.2" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libXdmcp" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXext-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXext-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXext-dev" +VERSION="1.0.2" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libXext" +SOURCE="libXext" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + #cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXext/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXext/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXext" +VERSION="1.0.2" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libXext" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXfixes-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXfixes-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXfixes-dev" +VERSION="4.0.3" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libXfixes" +SOURCE="libXfixes" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXfixes/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXfixes/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXfixes" +VERSION="4.0.3" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libXfixes" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXft-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXft-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXft-dev" +VERSION="2.1.12" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libXft" +SOURCE="libXft" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXft/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXft/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXft" +VERSION="2.1.12" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libXft" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXi-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXi-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXi-dev" +VERSION="1.1.3" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libXi" +SOURCE="libXi" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + #cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXi/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXi/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXi" +VERSION="1.1.3" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libXi" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXinerama-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXinerama-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXinerama-dev" +VERSION="1.0.2" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libXinerama" +SOURCE="libXinerama" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + #cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXinerama/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXinerama/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXinerama" +VERSION="1.0.2" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libXinerama" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXmu-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXmu-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXmu-dev" +VERSION="1.0.3" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libXmu" +SOURCE="libXmu" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXmu/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXmu/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXmu" +VERSION="1.0.3" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libXmu" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXpm-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXpm-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXpm-dev" +VERSION="3.5.7" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libXpm" +SOURCE="libXpm" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXpm/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXpm/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXpm" +VERSION="3.5.7" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libXpm" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXrandr-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXrandr-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXrandr-dev" +VERSION="1.2.2" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libXrandr" +SOURCE="libXrandr" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXrandr/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXrandr/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXrandr" +VERSION="1.2.2" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libXrandr" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXrender-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXrender-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXrender-dev" +VERSION="0.9.4" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libXrender" +SOURCE="libXrender" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXrender/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXrender/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXrender" +VERSION="0.9.4" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libXrender" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXt-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXt-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXt-dev" +VERSION="1.0.4" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libXt" +SOURCE="libXt" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXt/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXt/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXt" +VERSION="1.0.4" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libXt" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libXtst/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libXtst/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libXtst" +VERSION="1.0.3" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libXtst" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libfontenc-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libfontenc-dev/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libfontenc-dev" +VERSION="1.0.4" +CATEGORY="x-window" +SHORT_DESC="Xorg module devel files." +MAINTAINER="pankso@slitaz.org" +DEPENS="xorg-dev" +WANTED="xorg-libfontenc" +SOURCE="libfontenc" +WEB_SITE="http://www.x.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-libfontenc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-libfontenc/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-libfontenc" +VERSION="1.0.4" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="libfontenc" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + strip -s $fs/usr/lib/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-proto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-proto/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,38 @@ +# SliTaz package receipt. + +PACKAGE="xorg-proto" +VERSION="7.3" +CATEGORY="x-window" +SHORT_DESC="Meta-package for Xorg proto (devel)." +MAINTAINER="pankso@slitaz.org" +WEB_SITE="http://www.x.org/" +DEPENDS=" +xorg-bigreqsproto +xorg-inputproto +xorg-kbproto +xorg-randrproto +xorg-renderproto +xorg-xcmiscproto +xorg-xextproto +xorg-xproto" + +# Rules to configure and make the package. +# This package compile all Xorg proto. +compile_rules() +{ + for pkg in $DEPENDS + do + tazwok compile $pkg + done +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + for pkg in $DEPENDS + do + tazwok genpkg $pkg + done + # Just to have a dir. + mkdir -p $fs/usr/share/X11 +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-randrproto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-randrproto/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="xorg-randrproto" +VERSION="1.2.1" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="randrproto" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/proto/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} + diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-recordproto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-recordproto/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="xorg-recordproto" +VERSION="1.13.2" +CATEGORY="x-window" +SHORT_DESC="Xorg record protol." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="recordproto" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/proto/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-renderproto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-renderproto/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="xorg-renderproto" +VERSION="0.9.3" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="renderproto" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/proto/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} + diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-rgb/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-rgb/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="xorg-rgb" +VERSION="1.0.1" +CATEGORY="x-window" +SHORT_DESC="X11 RGB colors definitions." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="rgb" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/app/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share/X11 $fs/usr/share + strip -s $fs/usr/bin/* + # To be compatible with Xvesa from XFree86. + mkdir -p $fs/usr/X11R6/lib/X11 + cd $fs/usr/X11R6/lib/X11 + ln -s /usr/share/X11/rgb.txt rgb.txt +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-xcmiscproto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xcmiscproto/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xcmiscproto" +VERSION="1.1.2" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="xcmiscproto" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/proto/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} + diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-xextproto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xextproto/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xextproto" +VERSION="7.0.2" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="xextproto" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/proto/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} + diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-xineramaproto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xineramaproto/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xineramaproto" +VERSION="1.1.2" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="xineramaproto" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/proto/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} + diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-xload/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xload/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xload" +VERSION="1.0.2" +CATEGORY="x-window" +SHORT_DESC="X app to show system resources usage." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="xload" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/app/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --mandir=/usr/share/man \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr + strip -s $fs/usr/bin/* +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-xproto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xproto/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xproto" +VERSION="7.0.10" +CATEGORY="x-window" +SHORT_DESC="Xorg server module." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="xproto" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/proto/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} + diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg-xtrans/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xtrans/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xtrans" +VERSION="1.0.4" +CATEGORY="x-window" +SHORT_DESC="Xorg server module devel package." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="xtrans" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} diff -r 4bd82e9961cb -r dc2dd4d7fffb xorg/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg/receipt Tue Dec 18 13:41:02 2007 +0100 @@ -0,0 +1,49 @@ +# SliTaz package receipt. + +PACKAGE="xorg" +VERSION="7.3" +CATEGORY="x-window" +SHORT_DESC="Xorg server meta-package to compile/install all Xorg modules." +MAINTAINER="pankso@slitaz.org" +WEB_SITE="http://www.x.org/" +DEPENDS=" +xorg-libXdmcp +xorg-libX11 +xorg-libXrandr +xorg-libXrender +xorg-libICE +xorg-libSM +xorg-libXau +xorg-libXaw +xorg-libXext +xorg-libXft +xorg-libXmu +xorg-libXinerama +xorg-libXpm +xorg-libXt +xorg-libXfixes +xorg-libXcursor +xorg-libXi +xorg-libfontenc +xorg-rgb +xorg-xload" + +# Rules to configure and make the package. +compile_rules() +{ + for pkg in $DEPENDS + do + tazwok compile $pkg + done +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + for pkg in $DEPENDS + do + tazwok genpkg $pkg + done + # Just to have a dir. + mkdir -p $fs/usr/share/X11 +}