wok diff dahdi-linux/receipt @ rev 13872

Up dahdi (2.6.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 14 23:42:27 2013 +0100 (2013-01-14)
parents b9368eac086f
children 69557c05e267
line diff
     1.1 --- a/dahdi-linux/receipt	Thu May 24 19:11:41 2012 +0200
     1.2 +++ b/dahdi-linux/receipt	Mon Jan 14 23:42:27 2013 +0100
     1.3 @@ -8,8 +8,9 @@
     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 +#PROVIDE="linux-misdn"
     1.8 +
     1.9  DEPENDS="linux udev"
    1.10 -#PROVIDE="linux-misdn"
    1.11  
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  compile_rules()
    1.14 @@ -27,7 +28,7 @@
    1.15  genpkg_rules()
    1.16  {
    1.17  	EXTRAVERSION=_${kvers%.*}
    1.18 -	cp -a $_pkg/* $fs
    1.19 +	cp -a $install/* $fs
    1.20  }
    1.21  
    1.22  # Post install/remove commands for Tazpkg.