wok rev 8679

Merge + dahdi-linux now use udev ruleset
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 17 01:13:41 2011 +0100 (2011-02-17)
parents 531ed7e7d847 5380222c2b60
children 00fefa6ebb77
files dahdi-linux/receipt
line diff
     1.1 --- a/dahdi-linux/receipt	Wed Feb 16 18:51:34 2011 +0000
     1.2 +++ b/dahdi-linux/receipt	Thu Feb 17 01:13:41 2011 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.asterisk.org/"
     1.6  WGET_URL="http://downloads.asterisk.org/pub/telephony/$PACKAGE/releases/$TARBALL"
     1.7 -DEPENDS="linux"
     1.8 +DEPENDS="linux udev"
     1.9  #PROVIDE="linux-misdn"
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12 @@ -17,13 +17,14 @@
    1.13  	cd $src
    1.14  	sed -i 's/tar -xof/tar -xf/' drivers/dahdi/firmware/Makefile
    1.15  	[ -d $WOK/linux/taz ] || tazwok cook linux
    1.16 -	make KSRC=$WOK/linux/$(ls $WOK/linux/taz) DESTDIR=$PWD/_pkg install
    1.17 +	make KSRC=$WOK/linux/$(ls $WOK/linux/taz) install
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr
    1.24 +	cp -a $_pkg/etc $fs
    1.25  	cp -a $_pkg/dev $fs
    1.26  	cp -a $_pkg/lib $fs
    1.27  	cp -a $_pkg/usr/share $fs/usr
     2.1 --- a/libtaz/receipt	Wed Feb 16 18:51:34 2011 +0000
     2.2 +++ b/libtaz/receipt	Thu Feb 17 01:13:41 2011 +0100
     2.3 @@ -5,7 +5,7 @@
     2.4  CATEGORY="base-system"
     2.5  SHORT_DESC="Slitaz generic library."
     2.6  MAINTAINER="gokhlayeh@slitaz.org"
     2.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
     2.9  WEB_SITE="http://www.slitaz.org/"
    2.10  # Use bitbucket until tank is back.
    2.11  #WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL"
     3.1 --- a/tazchroot/receipt	Wed Feb 16 18:51:34 2011 +0000
     3.2 +++ b/tazchroot/receipt	Thu Feb 17 01:13:41 2011 +0100
     3.3 @@ -6,7 +6,7 @@
     3.4  SHORT_DESC="Slitaz tool to manage chroot"
     3.5  MAINTAINER="gokhlayeh@slitaz.org"
     3.6  DEPENDS="libtaz"
     3.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
     3.9  WEB_SITE="http://www.slitaz.org/"
    3.10  # Use bitbucket until tank is back.
    3.11  #WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL"