wok diff physfs-dev/receipt @ rev 18315

Up slitaz-boot-scripts (412)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 27 14:49:30 2015 +0200 (2015-08-27)
parents 7a849d93caa3
children 09e7c7aade33
line diff
     1.1 --- a/physfs-dev/receipt	Sun Feb 20 08:17:33 2011 +0000
     1.2 +++ b/physfs-dev/receipt	Thu Aug 27 14:49:30 2015 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Abstraction layer for filesystem and archive access"
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 +LICENSE="LGPL"
     1.8  WANTED="physfs"
     1.9  WEB_SITE="http://icculus.org/physfs/"
    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  }