wok diff xorg/receipt @ rev 9626

Fixed cowpatty. dict file should be in /usr/share/cowpatty folder instead of /usr/share folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Apr 24 21:47:17 2011 +0000 (2011-04-24)
parents 8192b7f227da
children e20ef155330b
line diff
     1.1 --- a/xorg/receipt	Mon May 11 22:37:08 2009 +0200
     1.2 +++ b/xorg/receipt	Sun Apr 24 21:47:17 2011 +0000
     1.3 @@ -3,10 +3,9 @@
     1.4  PACKAGE="xorg"
     1.5  VERSION="7.4"
     1.6  CATEGORY="meta"
     1.7 -SHORT_DESC="Xorg server meta-package to compile/install all Xorg modules."
     1.8 +SHORT_DESC="Xorg server meta-package to install all Xorg modules."
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  WEB_SITE="http://www.x.org/"
    1.11 -BUILD_DEPENDS="pkg-config perl freetype-dev fontconfig-dev xorg-xtrans"
    1.12  DEPENDS="
    1.13  xorg-libXdmcp
    1.14  xorg-libXau
    1.15 @@ -30,22 +29,9 @@
    1.16  xorg-libXi
    1.17  xorg-rgb"
    1.18  
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 -    for pkg in $DEPENDS
    1.23 -    do
    1.24 -        tazwok compile $pkg
    1.25 -    done
    1.26 -}
    1.27 -
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	for pkg in $DEPENDS
    1.32 -    do
    1.33 -        tazwok genpkg $pkg
    1.34 -    done
    1.35      # Have a file to avoid errors with tazpkg install.
    1.36      mkdir -p $fs/etc/X11
    1.37      echo "$VERSION" > $fs/etc/X11/version