# HG changeset patch # User Christophe Lincoln # Date 1242074281 -7200 # Node ID f6161b2e9e00774fa557872fee2232e44fe8eab3 # Parent 8192b7f227da6720f0aa807361280407092b4c5b Add Xorg app: x11perf,xdriinfo,xinput,xkbutils,xprop,xrandr diff -r 8192b7f227da -r f6161b2e9e00 xorg-x11perf/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-x11perf/receipt Mon May 11 22:38:01 2009 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="xorg-x11perf" +VERSION="1.5" +CATEGORY="x-window" +SHORT_DESC="Utility who runs one or more performance tests and reports." +MAINTAINER="paul@slitaz.org" +DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXmu" +BUILD_DEPENDS="xorg-libXdmcp-dev xorg-kbproto xorg-xproto" +SOURCE="x11perf" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://xorg.freedesktop.org/" +WGET_URL="http://xorg.freedesktop.org/releases/X11R7.4/src/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 + cp -a $_pkg/usr/lib $fs/usr +} diff -r 8192b7f227da -r f6161b2e9e00 xorg-xdriinfo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xdriinfo/receipt Mon May 11 22:38:01 2009 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xdriinfo" +SOURCE="xdriinfo" +VERSION="1.0.2" +CATEGORY="x-window" +SHORT_DESC="Query configuration information of DRI drivers" +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg-libX11" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/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 +} diff -r 8192b7f227da -r f6161b2e9e00 xorg-xinput/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xinput/receipt Mon May 11 22:38:01 2009 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xinput" +VERSION="1.3.0" +CATEGORY="x-window" +SHORT_DESC="X input utility (MPX support)." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="xinput" +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 +} diff -r 8192b7f227da -r f6161b2e9e00 xorg-xkbutils/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xkbutils/receipt Mon May 11 22:38:01 2009 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xkbutils" +VERSION="1.0.1" +CATEGORY="x-window" +SHORT_DESC="Xorg keyboard utility." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg xorg-libX11 xorg-xkeyboard-config" +SOURCE="xkbutils" +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 + cp -a $_pkg/usr/bin $fs/usr +} diff -r 8192b7f227da -r f6161b2e9e00 xorg-xprop/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xprop/receipt Mon May 11 22:38:01 2009 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xprop" +VERSION="1.0.4" +CATEGORY="x-window" +SHORT_DESC="X xprop application." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="xprop" +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 +} diff -r 8192b7f227da -r f6161b2e9e00 xorg-xrandr/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xrandr/receipt Mon May 11 22:38:01 2009 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xrandr" +VERSION="1.2.3" +#VERSION="1.3.0" +CATEGORY="x-window" +SHORT_DESC="X app to show system resources usage." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="xrandr" +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 +}