# HG changeset patch # User Pascal Bellard # Date 1358197882 -3600 # Node ID ca0bcdf8ead06f1b644b2ca03ba57d3ecf76247a # Parent 7f6e3ccc2f56ebcb6815b54bd89b5d970009d70a Up asterisk (1.11.1) diff -r 7f6e3ccc2f56 -r ca0bcdf8ead0 asterisk-dev/receipt --- a/asterisk-dev/receipt Mon Jan 14 21:59:36 2013 +0100 +++ b/asterisk-dev/receipt Mon Jan 14 22:11:22 2013 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="asterisk-dev" -VERSION="1.6.2.7" +VERSION="11.1.1" CATEGORY="development" SHORT_DESC="Open Source PBX and telephony toolkit development files." MAINTAINER="pascal.bellard@slitaz.org" @@ -12,5 +12,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr } diff -r 7f6e3ccc2f56 -r ca0bcdf8ead0 asterisk/receipt --- a/asterisk/receipt Mon Jan 14 21:59:36 2013 +0100 +++ b/asterisk/receipt Mon Jan 14 22:11:22 2013 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="asterisk" -VERSION="1.6.2.7" +VERSION="11.1.1" CATEGORY="misc" SHORT_DESC="Open Source PBX and telephony toolkit." MAINTAINER="pascal.bellard@slitaz.org" @@ -25,6 +25,10 @@ compile_rules() { cd $src + find * -name config.guess -o -name configure | xargs \ + sed -i 's/(uname -m)/(echo i486)/' + find * -name Makefile | xargs \ + sed -i 's/(shell uname -m)/(shell echo i486)/' busybox sed -i 's/tar xof/tar xf/' sounds/Makefile busybox sed -i '/LOG_ERROR, "The file/ {nd}' main/config.c busybox sed -i 's/LOG_ERROR, "The file/LOG_WARNING, "The file/' \ @@ -57,11 +61,11 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/etc $fs - cp -a $_pkg/var $fs - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/etc $fs + cp -a $install/var $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/sbin $fs/usr cp -a $stuff/*/ $fs }