# HG changeset patch # User Pascal Bellard # Date 1358203347 -3600 # Node ID 35e1381d79b66355786d05752a2dacd61d7d4828 # Parent ca0bcdf8ead06f1b644b2ca03ba57d3ecf76247a Up dahdi (2.6.1) diff -r ca0bcdf8ead0 -r 35e1381d79b6 asterisk/receipt --- a/asterisk/receipt Mon Jan 14 22:11:22 2013 +0100 +++ b/asterisk/receipt Mon Jan 14 23:42:27 2013 +0100 @@ -8,15 +8,18 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.asterisk.org/" WGET_URL="http://downloads.asterisk.org/pub/telephony/asterisk/releases/$TARBALL" +CONFIG_FILES="/etc/asterisk" +TAGS="telephony" + DEPENDS="openssl ncurses zlib libogg libvorbis curl newt libusb-compat alsa-lib \ speex iksemel spandsp tiff radiusclient-ng nbs freetds libpostgresqlclient \ libmysqlclient libunixODBC popt dahdi libpri lua libcap attr net-snmp \ portaudio sqlite libkrb5 libcomerr3 libsdl-image" BUILD_DEPENDS="gtk+-dev libxml2-dev postgresql-dev libsdl-dev ncurses-dev \ gmime gmime-dev unixODBC-dev unixODBC openldap-dev openldap \ -dahdi-linux dahdi-tools dahdi-dev" -CONFIG_FILES="/etc/asterisk" -TAGS="telephony" +dahdi-linux dahdi-tools dahdi-dev \ +newt-dev mysql-dev nbs-dev popt-dev neon postgresql sqlite-dev \ +libvorbis-dev libvorbis speex" # Rules to configure and make the package. # diff -r ca0bcdf8ead0 -r 35e1381d79b6 dahdi-dev/receipt --- a/dahdi-dev/receipt Mon Jan 14 22:11:22 2013 +0100 +++ b/dahdi-dev/receipt Mon Jan 14 23:42:27 2013 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dahdi-dev" -VERSION="2.4.0" +VERSION="2.6.1" CATEGORY="development" SHORT_DESC="Digium Asterisk Hardware Device Interface development files." MAINTAINER="pascal.bellard@slitaz.org" @@ -14,6 +14,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/lib*.a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/lib*.a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r ca0bcdf8ead0 -r 35e1381d79b6 dahdi-linux/receipt --- a/dahdi-linux/receipt Mon Jan 14 22:11:22 2013 +0100 +++ b/dahdi-linux/receipt Mon Jan 14 23:42:27 2013 +0100 @@ -8,8 +8,9 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.asterisk.org/" WGET_URL="http://downloads.asterisk.org/pub/telephony/$PACKAGE/releases/$TARBALL" +#PROVIDE="linux-misdn" + DEPENDS="linux udev" -#PROVIDE="linux-misdn" # Rules to gen a SliTaz package suitable for Tazpkg. compile_rules() @@ -27,7 +28,7 @@ genpkg_rules() { EXTRAVERSION=_${kvers%.*} - cp -a $_pkg/* $fs + cp -a $install/* $fs } # Post install/remove commands for Tazpkg. diff -r ca0bcdf8ead0 -r 35e1381d79b6 dahdi-man/receipt --- a/dahdi-man/receipt Mon Jan 14 22:11:22 2013 +0100 +++ b/dahdi-man/receipt Mon Jan 14 23:42:27 2013 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dahdi-man" -VERSION="2.4.0" +VERSION="2.6.1€" CATEGORY="network" SHORT_DESC="Digium Asterisk Hardware Device Interface man pages." MAINTAINER="pascal.bellard@slitaz.org" @@ -12,5 +12,5 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/man $fs/usr/share + cp -a $install/usr/share/man $fs/usr/share } diff -r ca0bcdf8ead0 -r 35e1381d79b6 dahdi-perl/receipt --- a/dahdi-perl/receipt Mon Jan 14 22:11:22 2013 +0100 +++ b/dahdi-perl/receipt Mon Jan 14 23:42:27 2013 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dahdi-perl" -VERSION="2.4.0" +VERSION="2.6.1" CATEGORY="development" SHORT_DESC="Digium Asterisk Hardware Device Interface PERL modules." MAINTAINER="pascal.bellard@slitaz.org" @@ -14,5 +14,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/perl* $fs/usr/lib + cp -a $install/usr/lib/perl* $fs/usr/lib } diff -r ca0bcdf8ead0 -r 35e1381d79b6 dahdi-ppp/receipt --- a/dahdi-ppp/receipt Mon Jan 14 22:11:22 2013 +0100 +++ b/dahdi-ppp/receipt Mon Jan 14 23:42:27 2013 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="dahdi-ppp" -VERSION="2.4.0" +VERSION="2.6.1" CATEGORY="network" SHORT_DESC="Digium Asterisk Hardware Device Interface PPP plugin." MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://www.asterisk.org/" +WANTED="dahdi-tools" + DEPENDS="ppp" -WANTED="dahdi-tools" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/pppd $fs/usr/lib + cp -a $install/usr/lib/pppd $fs/usr/lib } diff -r ca0bcdf8ead0 -r 35e1381d79b6 dahdi-tools/receipt --- a/dahdi-tools/receipt Mon Jan 14 22:11:22 2013 +0100 +++ b/dahdi-tools/receipt Mon Jan 14 23:42:27 2013 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dahdi-tools" -VERSION="2.4.0" +VERSION="2.6.1" CATEGORY="network" SHORT_DESC="Digium Asterisk Hardware Device Interface userland tools." MAINTAINER="pascal.bellard@slitaz.org" @@ -10,7 +10,7 @@ WGET_URL="http://downloads.asterisk.org/pub/telephony/$PACKAGE/releases/$TARBALL" CONFIG_FILES="/etc/dahdi/" -DEPENDS="libusb-compat newt libpri" +DEPENDS="libusb-compat newt libpri dahdi-perl" BUILD_DEPENDS="dahdi-linux-dev ppp-dev newt-dev libpri-dev" # Rules to gen a SliTaz package suitable for Tazpkg. @@ -25,17 +25,17 @@ $CONFIGURE_ARGS && make -j1 && make -j1 -C ppp && - make -j1 DESTDIR=$PWD/_pkg install && - make -j1 DESTDIR=$PWD/_pkg -C ppp install && - make -j1 DESTDIR=$PWD/_pkg config + make -j1 DESTDIR=$DESTDIR install && + make -j1 DESTDIR=$DESTDIR -C ppp install && + make -j1 DESTDIR=$DESTDIR config } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/etc $fs/usr/lib $fs/usr/share - cp -a $_pkg/etc/dahdi $fs/etc - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/lib*.so* $fs/usr/lib - cp -a $_pkg/usr/share/dahdi $fs/usr/share + cp -a $install/etc/dahdi $fs/etc + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/lib*.so* $fs/usr/lib + cp -a $install/usr/share/dahdi $fs/usr/share }