wok diff physfs-dev/receipt @ rev 20548

linld: fix open_image
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 01 16:48:25 2018 +0100 (2018-12-01)
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	Sat Dec 01 16:48:25 2018 +0100
     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  }