wok diff liblinebreak-dev/receipt @ rev 19882

bluez: add SIM access profile support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 03 10:59:15 2017 +0200 (2017-04-03)
parents 35c9f45749e6
children 5b5cac5612a2
line diff
     1.1 --- a/liblinebreak-dev/receipt	Wed Apr 07 12:52:46 2010 +0000
     1.2 +++ b/liblinebreak-dev/receipt	Mon Apr 03 10:59:15 2017 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Line breaking library"
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 +LICENSE="zlib/libpng"
     1.8  WEB_SITE="http://vimgadgets.sourceforge.net/liblinebreak/"
     1.9  WANTED="liblinebreak"
    1.10  
    1.11 @@ -12,7 +13,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/include $fs/usr
    1.17 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.18 +	cp -a $install/usr/include $fs/usr
    1.19  }
    1.20