wok-undigest rev 187

Removed icewm and python-cardet. There in wok now.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 09 11:46:17 2010 +0000 (2010-12-09)
parents 132d75fec858
children 052669db3f77
files icewm/receipt python-chardet/receipt
line diff
     1.1 --- a/icewm/receipt	Wed Nov 10 21:27:16 2010 -0500
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,33 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="icewm"
     1.7 -VERSION="1.3.7pre2"
     1.8 -CATEGORY="x-window"
     1.9 -SHORT_DESC="Ice Window Manager with Themes"
    1.10 -MAINTAINER="devl547@gmail.com"
    1.11 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 -WEB_SITE="http://www.icewm.org/"
    1.13 -WGET_URL="$SF_MIRROR/icewm/icewm-1.3/1.3.7pre2/$TARBALL"
    1.14 -BUILD_DEPENDS="xorg-libX11-dev xorg-libXrandr-dev xorg-libXext-dev \
    1.15 -xorg-libXpm-dev xorg-libXrender-dev xorg-libXft-dev xorg-libSM-dev \
    1.16 -xorg-libICE-dev imlib-dev freetype-dev giflib-dev xorg-xproto xorg-xextproto"
    1.17 -DEPENDS="xorg-libX11 xorg-libXrandr xorg-libXext xorg-libXpm \
    1.18 -xorg-libXrender xorg-libXft xorg-libSM xorg-libICE imlib freetype giflib"
    1.19 -
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 -	cd $src
    1.24 -	./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/icewm \
    1.25 -	 --localstatedir=/var --mandir=/usr/share/man &&
    1.26 -	make &&
    1.27 -	make DESTDIR=$PWD/_pkg install
    1.28 -}
    1.29 -
    1.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 -genpkg_rules()
    1.32 -{
    1.33 -	mkdir -p $fs/usr/
    1.34 -	cp -a $_pkg/usr/bin $fs/usr
    1.35 -	cp -a $_pkg/usr/share $fs/usr
    1.36 -}
     2.1 --- a/python-chardet/receipt	Wed Nov 10 21:27:16 2010 -0500
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,27 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="python-chardet"
     2.7 -SOURCE=python2-chardet
     2.8 -VERSION="2.0.1"
     2.9 -CATEGORY="development"
    2.10 -MAINTAINER="devel@slitaz.org"
    2.11 -SHORT_DESC="Python module for character encoding auto-detection"
    2.12 -DEPENDS="python"
    2.13 -BUILD_DEPENDS="python-dev"
    2.14 -WEB_SITE="http://chardet.feedparser.org"
    2.15 -TARBALL="$SOURCE-$VERSION.tgz"
    2.16 -WGET_URL="$WEB_SITE/download/$TARBALL"
    2.17 -
    2.18 -# Rules to configure and make the package.
    2.19 -
    2.20 -compile_rules() {
    2.21 -  
    2.22 -  cd $src
    2.23 -  python setup.py install --root=$PWD/_pkg --optimize=1 
    2.24 -}
    2.25 -	
    2.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.27 -genpkg_rules()
    2.28 -{
    2.29 -	cp -a $_pkg/usr $fs
    2.30 -}