wok diff pth-dev/receipt @ rev 17854

Up: slitaz-boot-scripts (5.7.1)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 25 00:32:22 2015 +0200 (2015-03-25)
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	Wed Mar 25 00:32:22 2015 +0200
     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  }