wok-current rev 11203
Add from wok-undigest: xorg-bdftopcf xorg-fonttosfnt xorg-mkfontdir xorg-mkfontscale xorg-xedit xorg-xeyes xorg-xf86-video-radeonhd
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 03 10:39:15 2011 +0100 (2011-11-03) |
parents | bd68ef9b49d0 |
children | bcd90ecb3091 |
files | xorg-bdftopcf/receipt xorg-fonttosfnt/receipt xorg-mkfontdir/receipt xorg-mkfontscale/receipt xorg-xedit/receipt xorg-xeyes/receipt xorg-xf86-video-radeonhd/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xorg-bdftopcf/receipt Thu Nov 03 10:39:15 2011 +0100 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xorg-bdftopcf" 1.7 +VERSION="1.0.3" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Font compiler for the X server and font server." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +SOURCE="bdftopcf" 1.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://xorg.freedesktop.org/" 1.14 +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 1.15 +TAGS="utility xorg fonts" 1.16 + 1.17 +# Rules to configure and make the package.ls sr 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=$DESTDIR 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 1.33 + cp -a $_pkg/usr/bin $fs/usr 1.34 +} 1.35 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xorg-fonttosfnt/receipt Thu Nov 03 10:39:15 2011 +0100 2.3 @@ -0,0 +1,32 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="xorg-fonttosfnt" 2.7 +VERSION="1.0.4" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="Wrap a bitmap font in a sfnt (TrueType) wrapper." 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +SOURCE="fonttosfnt" 2.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 2.13 +WEB_SITE="http://xorg.freedesktop.org/" 2.14 +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 2.15 +TAGS="utility xorg fonts" 2.16 + 2.17 +# Rules to configure and make the package.ls sr 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=$DESTDIR 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 +} 2.35 +
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/xorg-mkfontdir/receipt Thu Nov 03 10:39:15 2011 +0100 3.3 @@ -0,0 +1,34 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="xorg-mkfontdir" 3.7 +VERSION="1.0.6" 3.8 +CATEGORY="x-window" 3.9 +SHORT_DESC="Create an index of X font files in a directory." 3.10 +MAINTAINER="pascal.bellard@slitaz.org" 3.11 +SOURCE="mkfontdir" 3.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 3.13 +WEB_SITE="http://xorg.freedesktop.org/" 3.14 +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 3.15 +TAGS="utility xorg fonts" 3.16 +DEPENDS="xorg-mkfontscale" 3.17 + 3.18 +# Rules to configure and make the package.ls sr 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=$DESTDIR 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 + chmod +x $fs/usr/bin/* 3.36 +} 3.37 +
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/xorg-mkfontscale/receipt Thu Nov 03 10:39:15 2011 +0100 4.3 @@ -0,0 +1,32 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="xorg-mkfontscale" 4.7 +VERSION="1.0.9" 4.8 +CATEGORY="x-window" 4.9 +SHORT_DESC="Create an index of scalable font files for X." 4.10 +MAINTAINER="pascal.bellard@slitaz.org" 4.11 +SOURCE="mkfontscale" 4.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 4.13 +WEB_SITE="http://xorg.freedesktop.org/" 4.14 +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 4.15 +TAGS="utility xorg fonts" 4.16 + 4.17 +# Rules to configure and make the package.ls sr 4.18 +compile_rules() 4.19 +{ 4.20 + cd $src 4.21 + ./configure \ 4.22 + --prefix=/usr \ 4.23 + --mandir=/usr/share/man \ 4.24 + $CONFIGURE_ARGS && 4.25 + make && 4.26 + make DESTDIR=$DESTDIR install 4.27 +} 4.28 + 4.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.30 +genpkg_rules() 4.31 +{ 4.32 + mkdir -p $fs/usr 4.33 + cp -a $_pkg/usr/bin $fs/usr 4.34 +} 4.35 +
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/xorg-xedit/receipt Thu Nov 03 10:39:15 2011 +0100 5.3 @@ -0,0 +1,34 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="xorg-xedit" 5.7 +VERSION="1.2.0" 5.8 +CATEGORY="x-window" 5.9 +SHORT_DESC="Simple text editor for X." 5.10 +MAINTAINER="pascal.bellard@slitaz.org" 5.11 +SOURCE="xedit" 5.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 5.13 +WEB_SITE="http://xorg.freedesktop.org/" 5.14 +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 5.15 + 5.16 +# Rules to configure and make the package. 5.17 +compile_rules() 5.18 +{ 5.19 + cd $src 5.20 + ./configure \ 5.21 + --prefix=/usr \ 5.22 + --mandir=/usr/share/man \ 5.23 + $CONFIGURE_ARGS && 5.24 + make && 5.25 + make DESTDIR=$DESTDIR install 5.26 +} 5.27 + 5.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.29 +genpkg_rules() 5.30 +{ 5.31 + mkdir -p $fs/usr/share $fs/usr/lib 5.32 + cp -a $_pkg/usr/bin $fs/usr 5.33 + cp -a $_pkg/usr/lib/X11 $fs/usr/lib 5.34 + cp -a $_pkg/usr/share/X11 $fs/usr/share 5.35 + chmod +x $fs/usr/bin/* 5.36 +} 5.37 +
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/xorg-xeyes/receipt Thu Nov 03 10:39:15 2011 +0100 6.3 @@ -0,0 +1,32 @@ 6.4 +# SliTaz package receipt. 6.5 + 6.6 +PACKAGE="xorg-xeyes" 6.7 +VERSION="1.1.1" 6.8 +CATEGORY="x-window" 6.9 +SHORT_DESC="A follow the mouse X demo." 6.10 +MAINTAINER="pascal.bellard@slitaz.org" 6.11 +SOURCE="xeyes" 6.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 6.13 +WEB_SITE="http://xorg.freedesktop.org/" 6.14 +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 6.15 + 6.16 +# Rules to configure and make the package. 6.17 +compile_rules() 6.18 +{ 6.19 + cd $src 6.20 + ./configure \ 6.21 + --prefix=/usr \ 6.22 + --mandir=/usr/share/man \ 6.23 + $CONFIGURE_ARGS && 6.24 + make && 6.25 + make DESTDIR=$DESTDIR install 6.26 +} 6.27 + 6.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 6.29 +genpkg_rules() 6.30 +{ 6.31 + mkdir -p $fs/usr 6.32 + cp -a $_pkg/usr/bin $fs/usr 6.33 + chmod +x $fs/usr/bin/* 6.34 +} 6.35 +
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/xorg-xf86-video-radeonhd/receipt Thu Nov 03 10:39:15 2011 +0100 7.3 @@ -0,0 +1,36 @@ 7.4 +# SliTaz package receipt. 7.5 + 7.6 +PACKAGE="xorg-xf86-video-radeonhd" 7.7 +VERSION="1.3.0" 7.8 +CATEGORY="x-window" 7.9 +SHORT_DESC="Xorg server ATI Radeon HD driver." 7.10 +MAINTAINER="lufeng369@slitaz.org" 7.11 +DEPENDS="xorg xorg-server" 7.12 +BUILD_DEPENDS="xorg-server-dev xorg-libpciaccess-dev xorg-xproto xorg-fontsproto" 7.13 +SOURCE="xf86-video-radeonhd" 7.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 7.15 +WEB_SITE="http://www.x.org/" 7.16 +WGET_URL="$XORG_MIRROR/driver/$TARBALL" 7.17 + 7.18 +# Rules to configure and make the package. 7.19 +compile_rules() 7.20 +{ 7.21 + cd $src 7.22 + ./configure \ 7.23 + --prefix=/usr \ 7.24 + --sysconfdir=/etc \ 7.25 + --mandir=/usr/share/man \ 7.26 + --localstatedir=/var \ 7.27 + --with-xorg-module-dir=/usr/lib/X11/modules \ 7.28 + $CONFIGURE_ARGS && 7.29 + make && 7.30 + make DESTDIR=$PWD/_pkg install 7.31 +} 7.32 + 7.33 +# Rules to gen a SliTaz package suitable for Tazpkg. 7.34 +genpkg_rules() 7.35 +{ 7.36 + mkdir -p $fs/usr/lib/X11/modules/drivers/ 7.37 + cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \ 7.38 + $fs/usr/lib/X11/modules/drivers/ 7.39 +}