wok diff dahdi-linux/receipt @ rev 13897

Add: qutim (0.3.1)
author Alexander Medvedev <devl547@gmail.com>
date Sat Jan 19 12:39:53 2013 +0000 (2013-01-19)
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	Sat Jan 19 12:39:53 2013 +0000
     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.