# HG changeset patch # User Rohit Joshi # Date 1242071191 0 # Node ID fd3a89db4b41ef0bdc58cd1f2c77dccbfccff92c # Parent 3ffef2e6351e383229fb11c556f3a26d9ed3b70c Add: some more Xorg apps: xdpyinfo xev xwininfo diff -r 3ffef2e6351e -r fd3a89db4b41 xorg-xdpyinfo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xdpyinfo/receipt Mon May 11 19:46:31 2009 +0000 @@ -0,0 +1,35 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xdpyinfo" +VERSION="1.0.3" +CATEGORY="x-window" +SHORT_DESC="display information utility for X-server" +MAINTAINER="jozee@slitaz.org" +SOURCE="xdpyinfo" +TARBALL="$SOURCE-$VERSION.tar.bz2" +DEPENDS="xorg-libXtst" +BUILD_DEPENDS="xorg-dev xorg-libXtst-dev" +WEB_SITE="http://xorg.freedesktop.org/" +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" +TAGS="utility xorg display" + +# Rules to configure and make the package.ls sr +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 3ffef2e6351e -r fd3a89db4b41 xorg-xev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xev/receipt Mon May 11 19:46:31 2009 +0000 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xev" +VERSION="1.0.3" +CATEGORY="x-window" +SHORT_DESC="print contents of x-server events " +MAINTAINER="jozee@slitaz.org" +SOURCE="xev" +TARBALL="$SOURCE-$VERSION.tar.bz2" +DEPENDS="" +BUILD_DEPENDS="xorg-dev" +WEB_SITE="http://xorg.freedesktop.org/" +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" +TAGS="utility xorg debug" + +# Rules to configure and make the package.ls sr +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 3ffef2e6351e -r fd3a89db4b41 xorg-xwininfo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xwininfo/receipt Mon May 11 19:46:31 2009 +0000 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xwininfo" +VERSION="1.0.4" +CATEGORY="x-window" +SHORT_DESC="window information utility to query x-server" +MAINTAINER="jozee@slitaz.org" +SOURCE="xwininfo" +TARBALL="$SOURCE-$VERSION.tar.bz2" +DEPENDS="" +BUILD_DEPENDS="xorg-dev" +WEB_SITE="http://xorg.freedesktop.org/" +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" +TAGS="util xorg windows" + +# Rules to configure and make the package.ls sr +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 +} +