wok diff ptlib-dev/receipt @ rev 18889

Up slitaz-boot-scripts (424), slitaz-tools (965), tazusb (183)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 12 16:01:42 2016 +0100 (2016-02-12)
parents 4eac0f0fb226
children a78610b2eb47
line diff
     1.1 --- a/ptlib-dev/receipt	Wed May 05 18:42:56 2010 +0200
     1.2 +++ b/ptlib-dev/receipt	Fri Feb 12 16:01:42 2016 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Portable Tools Library for unix and windows, development files."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="MPL"
     1.8  WEB_SITE="http://www.ekiga.org/"
     1.9  WANTED="ptlib"
    1.10  
    1.11 @@ -12,5 +13,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/include $fs/usr
    1.16 +	cp -a $install/usr/include $fs/usr
    1.17  }