wok diff ladspa-dev/receipt @ rev 15079

libdes: add license
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 17:28:10 2013 +0000 (2013-08-13)
parents 074093b29f91
children 2a5cc8208d36
line diff
     1.1 --- a/ladspa-dev/receipt	Tue Oct 19 05:08:28 2010 +0000
     1.2 +++ b/ladspa-dev/receipt	Tue Aug 13 17:28:10 2013 +0000
     1.3 @@ -5,13 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="ladspa devel files."
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 -DEPENDS="ladspa"
     1.8  WANTED="ladspa"
     1.9  WEB_SITE="http://www.ladspa.org/"
    1.10  
    1.11 +DEPENDS="ladspa"
    1.12 +
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16  	mkdir -p $fs/usr
    1.17 -	cp -a $_pkg/usr/include $fs/usr
    1.18 +	cp -a $install/usr/include $fs/usr
    1.19  }