# HG changeset patch # User Pascal Bellard # Date 1352386168 -3600 # Node ID 0303b344c70208e55705dfd2ddcba917faadddf3 # Parent 3640bdbfb454f2837a535e29d516c2aab7770293 Up python-cython (0.17.1) diff -r 3640bdbfb454 -r 0303b344c702 busybox/stuff/busybox-1.20.config-static --- a/busybox/stuff/busybox-1.20.config-static Thu Nov 08 11:04:20 2012 +0100 +++ b/busybox/stuff/busybox-1.20.config-static Thu Nov 08 15:49:28 2012 +0100 @@ -136,7 +136,7 @@ CONFIG_BUNZIP2=y # CONFIG_BZIP2 is not set CONFIG_CPIO=y -# CONFIG_FEATURE_CPIO_O is not set +CONFIG_FEATURE_CPIO_O=y # CONFIG_FEATURE_CPIO_P is not set # CONFIG_DPKG is not set # CONFIG_DPKG_DEB is not set @@ -193,9 +193,9 @@ # CONFIG_USERS is not set # CONFIG_CAL is not set # CONFIG_CATV is not set -# CONFIG_CHGRP is not set +CONFIG_CHGRP=y CONFIG_CHMOD=y -# CONFIG_CHOWN is not set +CONFIG_CHOWN=y # CONFIG_FEATURE_CHOWN_LONG_OPTIONS is not set CONFIG_CHROOT=y # CONFIG_CKSUM is not set @@ -207,7 +207,7 @@ CONFIG_FEATURE_DD_SIGNAL_HANDLING=y CONFIG_FEATURE_DD_THIRD_STATUS_LINE=y CONFIG_FEATURE_DD_IBS_OBS=y -# CONFIG_DF is not set +CONFIG_DF=y # CONFIG_FEATURE_DF_FANCY is not set # CONFIG_DIRNAME is not set # CONFIG_DOS2UNIX is not set @@ -244,7 +244,7 @@ CONFIG_MKDIR=y # CONFIG_FEATURE_MKDIR_LONG_OPTIONS is not set # CONFIG_MKFIFO is not set -# CONFIG_MKNOD is not set +CONFIG_MKNOD=y CONFIG_MV=y # CONFIG_FEATURE_MV_LONG_OPTIONS is not set # CONFIG_NICE is not set @@ -252,7 +252,7 @@ # CONFIG_OD is not set # CONFIG_PRINTENV is not set # CONFIG_PRINTF is not set -# CONFIG_PWD is not set +CONFIG_PWD=y # CONFIG_READLINK is not set # CONFIG_FEATURE_READLINK_FOLLOW is not set # CONFIG_REALPATH is not set @@ -281,7 +281,7 @@ CONFIG_TEE=y # CONFIG_FEATURE_TEE_USE_BLOCK_IO is not set # CONFIG_TRUE is not set -# CONFIG_TTY is not set +CONFIG_TTY=y # CONFIG_UNAME is not set # CONFIG_UNEXPAND is not set # CONFIG_FEATURE_UNEXPAND_LONG_OPTIONS is not set @@ -326,7 +326,7 @@ # CONFIG_LOADFONT is not set # CONFIG_LOADKMAP is not set # CONFIG_OPENVT is not set -# CONFIG_RESET is not set +CONFIG_RESET=y # CONFIG_RESIZE is not set # CONFIG_FEATURE_RESIZE_PRINT is not set # CONFIG_SETCONSOLE is not set @@ -708,7 +708,7 @@ # CONFIG_RFKILL is not set # CONFIG_RUNLEVEL is not set # CONFIG_RX is not set -# CONFIG_SETSID is not set +CONFIG_SETSID=y # CONFIG_STRINGS is not set # CONFIG_TASKSET is not set # CONFIG_FEATURE_TASKSET_FANCY is not set diff -r 3640bdbfb454 -r 0303b344c702 python-cython/receipt --- a/python-cython/receipt Thu Nov 08 11:04:20 2012 +0100 +++ b/python-cython/receipt Thu Nov 08 15:49:28 2012 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="python-cython" -VERSION="0.14.1" +VERSION="0.17.1" CATEGORY="development" SHORT_DESC="Language to write C extensions for Python." MAINTAINER="pankso@slitaz.org" @@ -17,12 +17,12 @@ { cd $src python setup.py build && - python setup.py install --root=$WOK/$PACKAGE/install + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs }