wok-6.x rev 3025
Add: some more Xorg apps: xdpyinfo xev xwininfo
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Mon May 11 19:46:31 2009 +0000 (2009-05-11) |
parents | 3ffef2e6351e |
children | 291b5a48fefb |
files | xorg-xdpyinfo/receipt xorg-xev/receipt xorg-xwininfo/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xorg-xdpyinfo/receipt Mon May 11 19:46:31 2009 +0000 1.3 @@ -0,0 +1,35 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xorg-xdpyinfo" 1.7 +VERSION="1.0.3" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="display information utility for X-server" 1.10 +MAINTAINER="jozee@slitaz.org" 1.11 +SOURCE="xdpyinfo" 1.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.13 +DEPENDS="xorg-libXtst" 1.14 +BUILD_DEPENDS="xorg-dev xorg-libXtst-dev" 1.15 +WEB_SITE="http://xorg.freedesktop.org/" 1.16 +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 1.17 +TAGS="utility xorg display" 1.18 + 1.19 +# Rules to configure and make the package.ls sr 1.20 +compile_rules() 1.21 +{ 1.22 + cd $src 1.23 + ./configure \ 1.24 + --prefix=/usr \ 1.25 + --mandir=/usr/share/man \ 1.26 + $CONFIGURE_ARGS && 1.27 + make && 1.28 + make DESTDIR=$PWD/_pkg install 1.29 +} 1.30 + 1.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 +genpkg_rules() 1.33 +{ 1.34 + mkdir -p $fs/usr 1.35 + cp -a $_pkg/usr/bin $fs/usr 1.36 + 1.37 +} 1.38 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xorg-xev/receipt Mon May 11 19:46:31 2009 +0000 2.3 @@ -0,0 +1,34 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="xorg-xev" 2.7 +VERSION="1.0.3" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="print contents of x-server events " 2.10 +MAINTAINER="jozee@slitaz.org" 2.11 +SOURCE="xev" 2.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 2.13 +DEPENDS="" 2.14 +BUILD_DEPENDS="xorg-dev" 2.15 +WEB_SITE="http://xorg.freedesktop.org/" 2.16 +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 2.17 +TAGS="utility xorg debug" 2.18 + 2.19 +# Rules to configure and make the package.ls sr 2.20 +compile_rules() 2.21 +{ 2.22 + cd $src 2.23 + ./configure \ 2.24 + --prefix=/usr \ 2.25 + --mandir=/usr/share/man \ 2.26 + $CONFIGURE_ARGS && 2.27 + make && 2.28 + make DESTDIR=$PWD/_pkg install 2.29 +} 2.30 + 2.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.32 +genpkg_rules() 2.33 +{ 2.34 + mkdir -p $fs/usr 2.35 + cp -a $_pkg/usr/bin $fs/usr 2.36 +} 2.37 +
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/xorg-xwininfo/receipt Mon May 11 19:46:31 2009 +0000 3.3 @@ -0,0 +1,34 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="xorg-xwininfo" 3.7 +VERSION="1.0.4" 3.8 +CATEGORY="x-window" 3.9 +SHORT_DESC="window information utility to query x-server" 3.10 +MAINTAINER="jozee@slitaz.org" 3.11 +SOURCE="xwininfo" 3.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 3.13 +DEPENDS="" 3.14 +BUILD_DEPENDS="xorg-dev" 3.15 +WEB_SITE="http://xorg.freedesktop.org/" 3.16 +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 3.17 +TAGS="util xorg windows" 3.18 + 3.19 +# Rules to configure and make the package.ls sr 3.20 +compile_rules() 3.21 +{ 3.22 + cd $src 3.23 + ./configure \ 3.24 + --prefix=/usr \ 3.25 + --mandir=/usr/share/man \ 3.26 + $CONFIGURE_ARGS && 3.27 + make && 3.28 + make DESTDIR=$PWD/_pkg install 3.29 +} 3.30 + 3.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.32 +genpkg_rules() 3.33 +{ 3.34 + mkdir -p $fs/usr 3.35 + cp -a $_pkg/usr/bin $fs/usr 3.36 +} 3.37 +