wok diff pth-dev/receipt @ rev 20799
updated clonezilla (3.3.10 -> 3.27.16)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 15 13:43:34 2019 +0100 (2019-02-15) |
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 Fri Feb 15 13:43:34 2019 +0100 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 }