wok diff libsctp-dev/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 5b5f62a0cb2b
children 293dbf206948
line diff
     1.1 --- a/libsctp-dev/receipt	Thu Jun 24 17:23:34 2010 +0200
     1.2 +++ b/libsctp-dev/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Stream Control Transmission Protocol developement libraries."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2 LGPL2.1"
     1.8  WEB_SITE="http://lksctp.sourceforge.net/"
     1.9  WANTED="sctp-tools"
    1.10  
    1.11 @@ -12,8 +13,8 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib/lksctp-tools
    1.15 -	cp -a $_pkg/usr/include $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/libsctp.*a $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/lksctp-tools/*a $fs/usr/lib/lksctp-tools
    1.18 +	cp -a $install/usr/include $fs/usr
    1.19 +	cp -a $install/usr/lib/libsctp.*a $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/lksctp-tools/*a $fs/usr/lib/lksctp-tools
    1.21  }
    1.22