# HG changeset patch # User Christophe Lincoln # Date 1203882397 -3600 # Node ID a8e90ba274016dba9e7384f3cc725274c24fbcfa # Parent 3c6ec57bf2101661e16e70824fcc14a0a4572620 Add a few X app (xcursorgen to build slitaz-polar-cursors diff -r 3c6ec57bf210 -r a8e90ba27401 xorg-xclock/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xclock/receipt Sun Feb 24 20:46:37 2008 +0100 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xclock" +VERSION="1.0.3" +CATEGORY="x-window" +SHORT_DESC="Simple clock for X." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg xorg-libxkbfile" +SOURCE="xclock" +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/share + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share/X11 $fs/usr/share +} diff -r 3c6ec57bf210 -r a8e90ba27401 xorg-xcursorgen/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xcursorgen/receipt Sun Feb 24 20:46:37 2008 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xcursorgen" +VERSION="1.0.2" +CATEGORY="x-window" +SHORT_DESC="X cursor generator." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="xcursorgen" +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 3c6ec57bf210 -r a8e90ba27401 xorg-xsetroot/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xsetroot/receipt Sun Feb 24 20:46:37 2008 +0100 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xsetroot" +VERSION="1.0.2" +CATEGORY="x-window" +SHORT_DESC="Xsetroot is a tool to configure X root background color." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +BUILD_DEPENDS="xorg-xbitmaps" +SOURCE="xsetroot" +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 +}