# HG changeset patch # User Pascal Bellard # Date 1320313155 -3600 # Node ID bf4417b54ba95402de81e0e8181203d89856f896 # Parent bd68ef9b49d013c3c0ab26ed9c194787063040cf Add from wok-undigest: xorg-bdftopcf xorg-fonttosfnt xorg-mkfontdir xorg-mkfontscale xorg-xedit xorg-xeyes xorg-xf86-video-radeonhd diff -r bd68ef9b49d0 -r bf4417b54ba9 xorg-bdftopcf/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-bdftopcf/receipt Thu Nov 03 10:39:15 2011 +0100 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="xorg-bdftopcf" +VERSION="1.0.3" +CATEGORY="x-window" +SHORT_DESC="Font compiler for the X server and font server." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="bdftopcf" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://xorg.freedesktop.org/" +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" +TAGS="utility xorg fonts" + +# 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=$DESTDIR 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 bd68ef9b49d0 -r bf4417b54ba9 xorg-fonttosfnt/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-fonttosfnt/receipt Thu Nov 03 10:39:15 2011 +0100 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="xorg-fonttosfnt" +VERSION="1.0.4" +CATEGORY="x-window" +SHORT_DESC="Wrap a bitmap font in a sfnt (TrueType) wrapper." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="fonttosfnt" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://xorg.freedesktop.org/" +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" +TAGS="utility xorg fonts" + +# 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=$DESTDIR 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 bd68ef9b49d0 -r bf4417b54ba9 xorg-mkfontdir/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-mkfontdir/receipt Thu Nov 03 10:39:15 2011 +0100 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="xorg-mkfontdir" +VERSION="1.0.6" +CATEGORY="x-window" +SHORT_DESC="Create an index of X font files in a directory." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="mkfontdir" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://xorg.freedesktop.org/" +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" +TAGS="utility xorg fonts" +DEPENDS="xorg-mkfontscale" + +# 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=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr + chmod +x $fs/usr/bin/* +} + diff -r bd68ef9b49d0 -r bf4417b54ba9 xorg-mkfontscale/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-mkfontscale/receipt Thu Nov 03 10:39:15 2011 +0100 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="xorg-mkfontscale" +VERSION="1.0.9" +CATEGORY="x-window" +SHORT_DESC="Create an index of scalable font files for X." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="mkfontscale" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://xorg.freedesktop.org/" +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" +TAGS="utility xorg fonts" + +# 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=$DESTDIR 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 bd68ef9b49d0 -r bf4417b54ba9 xorg-xedit/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xedit/receipt Thu Nov 03 10:39:15 2011 +0100 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xedit" +VERSION="1.2.0" +CATEGORY="x-window" +SHORT_DESC="Simple text editor for X." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="xedit" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://xorg.freedesktop.org/" +WGET_URL="$WEB_SITE/releases/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=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share $fs/usr/lib + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/X11 $fs/usr/lib + cp -a $_pkg/usr/share/X11 $fs/usr/share + chmod +x $fs/usr/bin/* +} + diff -r bd68ef9b49d0 -r bf4417b54ba9 xorg-xeyes/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xeyes/receipt Thu Nov 03 10:39:15 2011 +0100 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xeyes" +VERSION="1.1.1" +CATEGORY="x-window" +SHORT_DESC="A follow the mouse X demo." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="xeyes" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://xorg.freedesktop.org/" +WGET_URL="$WEB_SITE/releases/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=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr + chmod +x $fs/usr/bin/* +} + diff -r bd68ef9b49d0 -r bf4417b54ba9 xorg-xf86-video-radeonhd/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xf86-video-radeonhd/receipt Thu Nov 03 10:39:15 2011 +0100 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xf86-video-radeonhd" +VERSION="1.3.0" +CATEGORY="x-window" +SHORT_DESC="Xorg server ATI Radeon HD driver." +MAINTAINER="lufeng369@slitaz.org" +DEPENDS="xorg xorg-server" +BUILD_DEPENDS="xorg-server-dev xorg-libpciaccess-dev xorg-xproto xorg-fontsproto" +SOURCE="xf86-video-radeonhd" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/driver/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var \ + --with-xorg-module-dir=/usr/lib/X11/modules \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/X11/modules/drivers/ + cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \ + $fs/usr/lib/X11/modules/drivers/ +}