wok diff opal-dev/receipt @ rev 16993

mate-polkit-dev: Remove tarball as well
author Yuri Pourre <yuripourre@gmail.com>
date Sat Aug 09 13:09:11 2014 -0300 (2014-08-09)
parents 41801f3599a7
children a78610b2eb47
line diff
     1.1 --- a/opal-dev/receipt	Wed May 05 18:43:50 2010 +0200
     1.2 +++ b/opal-dev/receipt	Sat Aug 09 13:09:11 2014 -0300
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Open Phone Abstraction library devel files."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="MPL"
     1.8  WANTED="opal"
     1.9  WEB_SITE="http://www.ekiga.org/"
    1.10  
    1.11 @@ -12,6 +13,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/include $fs/usr
    1.16 -	cp $_pkg/usr/lib/*.a $fs/usr/lib
    1.17 +	cp -a $install/usr/include $fs/usr
    1.18 +	cp $install/usr/lib/*.a $fs/usr/lib
    1.19  }