wok diff evince-dev/receipt @ rev 20596

xfi, xfw, cryptkeeper: (not so) dirty hack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 16 11:41:49 2018 +0100 (2018-12-16)
parents da14a8cdb0bd
children
line diff
     1.1 --- a/evince-dev/receipt	Sat Mar 19 23:30:22 2011 +0000
     1.2 +++ b/evince-dev/receipt	Sun Dec 16 11:41:49 2018 +0100
     1.3 @@ -5,17 +5,19 @@
     1.4  CATEGORY="office"
     1.5  SHORT_DESC="Evince developement headers files."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="evince gnome-doc-utils"
     1.8 +LICENSE="GPL2"
     1.9  WEB_SITE="http://projects.gnome.org/evince/"
    1.10  WANTED="evince"
    1.11  
    1.12 +DEPENDS="evince gnome-doc-utils"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/lib/evince/3/backends
    1.18  	
    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/evince/3/backends/*.*a $fs/usr/lib/evince/3/backends
    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/evince/3/backends/*.*a $fs/usr/lib/evince/3/backends
    1.25  	
    1.26  }