wok diff pth-dev/receipt @ rev 22991

updated l3afpad (0.8.18.1.10 -> 0.8.18.1.11)
author Hans-G?nter Theisgen
date Sun Mar 01 17:39:44 2020 +0100 (2020-03-01)
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	Sun Mar 01 17:39:44 2020 +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  }