wok-current diff libunixODBC/receipt @ rev 15781
linux: remove kmod dep
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 13 00:02:35 2014 +0100 (2014-01-13) |
parents | cc664d78f8e0 |
children | 5613d51e1fdf |
line diff
1.1 --- a/libunixODBC/receipt Sat Oct 09 16:01:29 2010 +0000 1.2 +++ b/libunixODBC/receipt Mon Jan 13 00:02:35 2014 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="ODBC for unix libraries." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="LGPL2.1" 1.8 WEB_SITE="http://www.unixodbc.org/" 1.9 WANTED="unixODBC" 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/lib/*.so* $fs/usr/lib 1.16 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.17 } 1.18