wok rev 13595

Up python-cython (0.17.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 08 15:49:28 2012 +0100 (2012-11-08)
parents 3640bdbfb454
children e2fcb326c3a5
files busybox/stuff/busybox-1.20.config-static python-cython/receipt
line diff
     1.1 --- a/busybox/stuff/busybox-1.20.config-static	Thu Nov 08 11:04:20 2012 +0100
     1.2 +++ b/busybox/stuff/busybox-1.20.config-static	Thu Nov 08 15:49:28 2012 +0100
     1.3 @@ -136,7 +136,7 @@
     1.4  CONFIG_BUNZIP2=y
     1.5  # CONFIG_BZIP2 is not set
     1.6  CONFIG_CPIO=y
     1.7 -# CONFIG_FEATURE_CPIO_O is not set
     1.8 +CONFIG_FEATURE_CPIO_O=y
     1.9  # CONFIG_FEATURE_CPIO_P is not set
    1.10  # CONFIG_DPKG is not set
    1.11  # CONFIG_DPKG_DEB is not set
    1.12 @@ -193,9 +193,9 @@
    1.13  # CONFIG_USERS is not set
    1.14  # CONFIG_CAL is not set
    1.15  # CONFIG_CATV is not set
    1.16 -# CONFIG_CHGRP is not set
    1.17 +CONFIG_CHGRP=y
    1.18  CONFIG_CHMOD=y
    1.19 -# CONFIG_CHOWN is not set
    1.20 +CONFIG_CHOWN=y
    1.21  # CONFIG_FEATURE_CHOWN_LONG_OPTIONS is not set
    1.22  CONFIG_CHROOT=y
    1.23  # CONFIG_CKSUM is not set
    1.24 @@ -207,7 +207,7 @@
    1.25  CONFIG_FEATURE_DD_SIGNAL_HANDLING=y
    1.26  CONFIG_FEATURE_DD_THIRD_STATUS_LINE=y
    1.27  CONFIG_FEATURE_DD_IBS_OBS=y
    1.28 -# CONFIG_DF is not set
    1.29 +CONFIG_DF=y
    1.30  # CONFIG_FEATURE_DF_FANCY is not set
    1.31  # CONFIG_DIRNAME is not set
    1.32  # CONFIG_DOS2UNIX is not set
    1.33 @@ -244,7 +244,7 @@
    1.34  CONFIG_MKDIR=y
    1.35  # CONFIG_FEATURE_MKDIR_LONG_OPTIONS is not set
    1.36  # CONFIG_MKFIFO is not set
    1.37 -# CONFIG_MKNOD is not set
    1.38 +CONFIG_MKNOD=y
    1.39  CONFIG_MV=y
    1.40  # CONFIG_FEATURE_MV_LONG_OPTIONS is not set
    1.41  # CONFIG_NICE is not set
    1.42 @@ -252,7 +252,7 @@
    1.43  # CONFIG_OD is not set
    1.44  # CONFIG_PRINTENV is not set
    1.45  # CONFIG_PRINTF is not set
    1.46 -# CONFIG_PWD is not set
    1.47 +CONFIG_PWD=y
    1.48  # CONFIG_READLINK is not set
    1.49  # CONFIG_FEATURE_READLINK_FOLLOW is not set
    1.50  # CONFIG_REALPATH is not set
    1.51 @@ -281,7 +281,7 @@
    1.52  CONFIG_TEE=y
    1.53  # CONFIG_FEATURE_TEE_USE_BLOCK_IO is not set
    1.54  # CONFIG_TRUE is not set
    1.55 -# CONFIG_TTY is not set
    1.56 +CONFIG_TTY=y
    1.57  # CONFIG_UNAME is not set
    1.58  # CONFIG_UNEXPAND is not set
    1.59  # CONFIG_FEATURE_UNEXPAND_LONG_OPTIONS is not set
    1.60 @@ -326,7 +326,7 @@
    1.61  # CONFIG_LOADFONT is not set
    1.62  # CONFIG_LOADKMAP is not set
    1.63  # CONFIG_OPENVT is not set
    1.64 -# CONFIG_RESET is not set
    1.65 +CONFIG_RESET=y
    1.66  # CONFIG_RESIZE is not set
    1.67  # CONFIG_FEATURE_RESIZE_PRINT is not set
    1.68  # CONFIG_SETCONSOLE is not set
    1.69 @@ -708,7 +708,7 @@
    1.70  # CONFIG_RFKILL is not set
    1.71  # CONFIG_RUNLEVEL is not set
    1.72  # CONFIG_RX is not set
    1.73 -# CONFIG_SETSID is not set
    1.74 +CONFIG_SETSID=y
    1.75  # CONFIG_STRINGS is not set
    1.76  # CONFIG_TASKSET is not set
    1.77  # CONFIG_FEATURE_TASKSET_FANCY is not set
     2.1 --- a/python-cython/receipt	Thu Nov 08 11:04:20 2012 +0100
     2.2 +++ b/python-cython/receipt	Thu Nov 08 15:49:28 2012 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-cython"
     2.7 -VERSION="0.14.1"
     2.8 +VERSION="0.17.1"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Language to write C extensions for Python."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -17,12 +17,12 @@
    2.13  {
    2.14  	cd $src
    2.15  	python setup.py build &&
    2.16 -	python setup.py install --root=$WOK/$PACKAGE/install
    2.17 +	python setup.py install --root=$DESTDIR
    2.18  }
    2.19  
    2.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.21  genpkg_rules()
    2.22  {
    2.23  	mkdir -p $fs
    2.24 -	cp -a $_pkg/usr $fs
    2.25 +	cp -a $install/usr $fs
    2.26  }