wok diff fox14-dev/receipt @ rev 22920

gtk+3 with cups disabled
author Hans-G?nter Theisgen
date Mon Feb 24 16:38:08 2020 +0100 (2020-02-24)
parents 129bb5b11a7e
children
line diff
     1.1 --- a/fox14-dev/receipt	Wed Mar 02 03:12:51 2011 +0000
     1.2 +++ b/fox14-dev/receipt	Mon Feb 24 16:38:08 2020 +0100
     1.3 @@ -5,16 +5,18 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Fox toolkit."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="fox"
     1.8 +LICENSE="LGPL2.1"
     1.9  SUGGESTED="adie calculator pathfinder shutterbug"
    1.10  WEB_SITE="http://www.fox-toolkit.org/"
    1.11  WANTED="fox14"
    1.12  
    1.13 +DEPENDS="fox"
    1.14 +
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/include $fs/usr
    1.20 -	cp -a $_pkg/usr/lib/*.a* $fs/usr/lib
    1.21 -	cp -a $_pkg/usr/lib/*.la* $fs/usr/lib
    1.22 +	cp -a $install/usr/include $fs/usr
    1.23 +	cp -a $install/usr/lib/*.a* $fs/usr/lib
    1.24 +	cp -a $install/usr/lib/*.la* $fs/usr/lib
    1.25  }