wok-next diff pth-dev/receipt @ rev 17784
Fix: disable llvm compiler version check
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Mar 14 21:36:00 2015 +0000 (2015-03-14) |
parents | b36b7d0594af |
children |
line diff
1.1 --- a/pth-dev/receipt Thu Sep 10 00:14:35 2009 +0200 1.2 +++ b/pth-dev/receipt Sat Mar 14 21:36:00 2015 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="PTH devel files." 1.6 MAINTAINER="fraazz@altern.org" 1.7 +LICENSE="LGPL2.1" 1.8 WANTED="pth" 1.9 WEB_SITE="http://www.gnu.org/software/pth/" 1.10 1.11 @@ -12,8 +13,8 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib $fs/usr/share 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.17 - cp -a $_pkg/usr/include $fs/usr 1.18 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.19 + cp -a $install/usr/bin $fs/usr 1.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.21 + cp -a $install/usr/include $fs/usr 1.22 + cp -a $install/usr/share/aclocal $fs/usr/share 1.23 }