wok diff physfs-dev/receipt @ rev 15411
Up: thunderbird-langpack-cs (17.0.9esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 03 21:52:31 2013 +0100 (2013-11-03) |
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 Sun Nov 03 21:52:31 2013 +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 }