wok diff afpfs-ng-dev/receipt @ rev 20891

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:20:18 2019 +0100 (2019-02-26)
parents d9c2cb21341a
children
line diff
     1.1 --- a/afpfs-ng-dev/receipt	Thu Nov 03 16:59:32 2011 +0100
     1.2 +++ b/afpfs-ng-dev/receipt	Tue Feb 26 08:20:18 2019 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="The free afpfs driver development files"
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  WEB_SITE="http://alexthepuffin.googlepages.com/"
     1.9  WANTED="afpfs-ng"
    1.10  
    1.11 @@ -12,5 +13,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
    1.16 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.17  }