wok rev 262

Add a few X app (xcursorgen to build slitaz-polar-cursors
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 24 20:46:37 2008 +0100 (2008-02-24)
parents 3c6ec57bf210
children 0ac581c055b4
files xorg-xclock/receipt xorg-xcursorgen/receipt xorg-xsetroot/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-xclock/receipt	Sun Feb 24 20:46:37 2008 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xorg-xclock"
     1.7 +VERSION="1.0.3"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Simple clock for X."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="xorg xorg-libxkbfile"
    1.12 +SOURCE="xclock"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://www.x.org/"
    1.15 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure \
    1.22 +		--prefix=/usr \
    1.23 +		--mandir=/usr/share/man \
    1.24 +		$CONFIGURE_ARGS
    1.25 +	make
    1.26 +	make DESTDIR=$PWD/_pkg install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr/share
    1.33 +	cp -a $_pkg/usr/bin $fs/usr
    1.34 +	cp -a $_pkg/usr/share/X11 $fs/usr/share
    1.35 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xorg-xcursorgen/receipt	Sun Feb 24 20:46:37 2008 +0100
     2.3 @@ -0,0 +1,31 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="xorg-xcursorgen"
     2.7 +VERSION="1.0.2"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="X cursor generator."
    2.10 +MAINTAINER="pankso@slitaz.org"
    2.11 +DEPENDS="xorg"
    2.12 +SOURCE="xcursorgen"
    2.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.14 +WEB_SITE="http://www.x.org/"
    2.15 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    2.16 +
    2.17 +# Rules to configure and make the package.
    2.18 +compile_rules()
    2.19 +{
    2.20 +	cd $src
    2.21 +	./configure \
    2.22 +		--prefix=/usr \
    2.23 +		--mandir=/usr/share/man \
    2.24 +		$CONFIGURE_ARGS
    2.25 +	make
    2.26 +	make DESTDIR=$PWD/_pkg install
    2.27 +}
    2.28 +
    2.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.30 +genpkg_rules()
    2.31 +{
    2.32 +	mkdir -p $fs/usr
    2.33 +	cp -a $_pkg/usr/bin $fs/usr
    2.34 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/xorg-xsetroot/receipt	Sun Feb 24 20:46:37 2008 +0100
     3.3 @@ -0,0 +1,32 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="xorg-xsetroot"
     3.7 +VERSION="1.0.2"
     3.8 +CATEGORY="x-window"
     3.9 +SHORT_DESC="Xsetroot is a tool to configure X root background color."
    3.10 +MAINTAINER="pankso@slitaz.org"
    3.11 +DEPENDS="xorg"
    3.12 +BUILD_DEPENDS="xorg-xbitmaps"
    3.13 +SOURCE="xsetroot"
    3.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    3.15 +WEB_SITE="http://www.x.org/"
    3.16 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    3.17 +
    3.18 +# Rules to configure and make the package.
    3.19 +compile_rules()
    3.20 +{
    3.21 +	cd $src
    3.22 +	./configure \
    3.23 +		--prefix=/usr \
    3.24 +		--mandir=/usr/share/man \
    3.25 +		$CONFIGURE_ARGS
    3.26 +	make
    3.27 +	make DESTDIR=$PWD/_pkg install
    3.28 +}
    3.29 +
    3.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.31 +genpkg_rules()
    3.32 +{
    3.33 +	mkdir -p $fs/usr
    3.34 +	cp -a $_pkg/usr/bin $fs/usr
    3.35 +}