wok diff fcgi-dev/receipt @ rev 18074

djview, djvulibre, smtube: revert to using (fixed) SF_MIRROR.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 21 18:01:32 2015 +0300 (2015-05-21)
parents 9a057b31dba5
children e3f377fbc5f0
line diff
     1.1 --- a/fcgi-dev/receipt	Sun Mar 15 19:58:12 2009 +0100
     1.2 +++ b/fcgi-dev/receipt	Thu May 21 18:01:32 2015 +0300
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Fast CGI devel files."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  WEB_SITE="http://www.fastcgi.com/"
     1.9  WANTED="fcgi"
    1.10  
    1.11 @@ -12,6 +13,6 @@
    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 $_pkg/usr/include $fs/usr
    1.17 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.18 +	cp -a $install/usr/include $fs/usr
    1.19  }