wok rev 7875
Remove obsolet xfree86-* packages
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Jan 03 20:58:50 2011 +0100 (2011-01-03) |
parents | cb5a362e61d5 |
children | 6e429431c358 |
files | xfree86-Xvesa/receipt xfree86-base-fonts/receipt |
line diff
1.1 --- a/xfree86-Xvesa/receipt Mon Jan 03 20:56:23 2011 +0100 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,32 +0,0 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="xfree86-Xvesa" 1.7 -VERSION="4.6.0" 1.8 -CATEGORY="x-window" 1.9 -SHORT_DESC="Xvesa Tiny Xserver from XFree86." 1.10 -MAINTAINER="pankso@slitaz.org" 1.11 -WEB_SITE="http://www.xfree86.org/" 1.12 -DEPENDS="zlib" 1.13 - 1.14 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 -genpkg_rules() 1.16 -{ 1.17 - # Download and untar all tiny Xserver. 1.18 - if [ ! -f "$SOURCES_REPOSITORY/Xtinyx.tgz" ] ; then 1.19 - cd $SOURCES_REPOSITORY 1.20 - echo "Downloading Xtinyx servers..." 1.21 - wget http://ftp.xfree86.org/pub/XFree86/$VERSION/binaries/Linux-ix86-glibc23/Xtinyx.tgz 1.22 - cd $WOK/$PACKAGE 1.23 - fi 1.24 - if [ ! -d "bin" ] ; then 1.25 - echo "Untaring XFree86 precompiled package..." 1.26 - tar xzf $SOURCES_REPOSITORY/Xtinyx.tgz -C . 1.27 - fi 1.28 - # Do the pkg fs. 1.29 - mkdir -p $fs/usr/bin 1.30 - cp bin/Xvesa $fs/usr/bin 1.31 - strip $fs/usr/bin/Xvesa 1.32 - chmod 4711 $fs/usr/bin/Xvesa 1.33 - # Remove bin dir. 1.34 - rm -rf bin 1.35 -}
2.1 --- a/xfree86-base-fonts/receipt Mon Jan 03 20:56:23 2011 +0100 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,25 +0,0 @@ 2.4 - 2.5 -PACKAGE="xfree86-base-fonts" 2.6 -VERSION="4.6.0" 2.7 -CATEGORY="x-window" 2.8 -SHORT_DESC="X window base fonts from the XFree86 project." 2.9 -MAINTAINER="pankso@slitaz.org" 2.10 -TARBALL="$PACKAGE-$VERSION.tar.gz" 2.11 -WEB_SITE="http://www.xfree86.org/" 2.12 -WGET_URL="http://download.tuxfamily.org/slitaz/sources/fonts/$TARBALL" 2.13 -PROVIDE="xorg-base-fonts" 2.14 - 2.15 -# Rules to gen a SliTaz package suitable for Tazpkg. 2.16 -genpkg_rules() 2.17 -{ 2.18 - mkdir -p $fs/usr/share/fonts/X11 2.19 - cp -a $src/fonts/* $fs/usr/share/fonts/X11 2.20 -} 2.21 - 2.22 -# Execute fc-cache when the package finish ti install. 2.23 -post_install() 2.24 -{ 2.25 - local root 2.26 - root=$1 2.27 - chroot $root/ /usr/bin/fc-cache 2.28 -}